diff --git a/src/server/scripts/Kalimdor/ThroneOfTheFourWinds/instance_throne_of_the_four_winds.cpp b/src/server/scripts/Kalimdor/ThroneOfTheFourWinds/instance_throne_of_the_four_winds.cpp index 6e1b778e01b..faebef2c018 100644 --- a/src/server/scripts/Kalimdor/ThroneOfTheFourWinds/instance_throne_of_the_four_winds.cpp +++ b/src/server/scripts/Kalimdor/ThroneOfTheFourWinds/instance_throne_of_the_four_winds.cpp @@ -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; }