mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/TotFW: added a missing break in last commit
This commit is contained in:
@@ -98,6 +98,7 @@ class instance_throne_of_the_four_winds : public InstanceMapScript
|
||||
break;
|
||||
case NPC_HURRICANE:
|
||||
_hurricaneGUIDs.push_back(creature->GetGUID());
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user