Core/Battlegrounds: Fixed uninitialized variables in Warsong Gulch

This commit is contained in:
Shauren
2012-08-25 12:02:09 +02:00
parent fd3ab841ad
commit 01c1066370

View File

@@ -52,6 +52,8 @@ BattlegroundWS::BattlegroundWS()
StartMessageIds[BG_STARTING_EVENT_SECOND] = LANG_BG_WS_START_ONE_MINUTE;
StartMessageIds[BG_STARTING_EVENT_THIRD] = LANG_BG_WS_START_HALF_MINUTE;
StartMessageIds[BG_STARTING_EVENT_FOURTH] = LANG_BG_WS_HAS_BEGUN;
_flagSpellForceTimer = 0;
_bothFlagsKept = false;
_flagDebuffState = 0;
}