From efe8d3e1c5e495a4eeafae72c0e933ce7568218c Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 12 Oct 2018 14:46:34 +0200 Subject: [PATCH] Scripts/TotFW: added a missing break in last commit --- .../ThroneOfTheFourWinds/instance_throne_of_the_four_winds.cpp | 1 + 1 file changed, 1 insertion(+) 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; }