diff options
Diffstat (limited to 'src/game/BattleGroundNA.cpp')
-rw-r--r-- | src/game/BattleGroundNA.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/BattleGroundNA.cpp b/src/game/BattleGroundNA.cpp index ad6d622e71a..9574adac9b1 100644 --- a/src/game/BattleGroundNA.cpp +++ b/src/game/BattleGroundNA.cpp @@ -195,9 +195,10 @@ void BattleGroundNA::FillInitialWorldStates(WorldPacket &data) data << uint32(0xa11) << uint32(1); // 9 } -void BattleGroundNA::ResetBGSubclass() +void BattleGroundNA::Reset() { - + //call parent's class reset + BattleGround::Reset(); } bool BattleGroundNA::SetupBattleGround() |