Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Scripts: missed a break
Browse files Browse the repository at this point in the history
  • Loading branch information
AriDEV3 committed Nov 27, 2023
1 parent 4612441 commit d188fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/scripts/Pandaria/zone_wandering_island.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class npc_aysa_chamber_of_whispers : public CreatureScript
{
me->MonsterSay("Wait for another opening. I'll meet you on the far side.", Language::LANG_UNIVERSAL, me);
events.ScheduleEvent(EVENT_DEACTIVATE_2, 2000);
break;
}
case EVENT_DEACTIVATE_2:
{
Expand Down

0 comments on commit d188fcf

Please sign in to comment.