Start adding missing scripts Part4

This commit is contained in:
hondacrx
2022-07-08 11:43:58 -04:00
parent 7e01c50655
commit f42b21a6de
22 changed files with 3740 additions and 2 deletions
+1 -1
View File
@@ -1288,7 +1288,7 @@ namespace Scripts.World.NpcSpecial
public override void Reset()
{
_events.Reset();
_scheduler.CancelAll();
_scheduler.Schedule(TimeSpan.FromSeconds(1), TimeSpan.FromSeconds(2), fillListTask =>
{
List<Creature> creatureList = me.GetCreatureListWithEntryInGrid(CreatureIds.BrewfestReveler, 5.0f);