diff options
| author | Rat <none@none> | 2010-06-02 18:16:57 +0200 |
|---|---|---|
| committer | Rat <none@none> | 2010-06-02 18:16:57 +0200 |
| commit | d9728b2b807e702142bba5c72194d04eec723886 (patch) | |
| tree | 1b65df89c60a1ed88e7921f4596ff753eccc588d /src | |
| parent | 60fd4a2f60c300b727d5daf721023ee403b8bf44 (diff) | |
fixed sota round two ships
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/BattleGroundSA.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/BattleGroundSA.cpp b/src/game/BattleGroundSA.cpp index 95137710adf..48595dcfa98 100644 --- a/src/game/BattleGroundSA.cpp +++ b/src/game/BattleGroundSA.cpp @@ -241,7 +241,6 @@ void BattleGroundSA::Update(uint32 diff) SignaledRoundTwo = true; InitSecondRound = false; SendMessageToAll(LANG_BG_SA_ROUND_TWO_ONE_MINUTE, CHAT_MSG_BG_SYSTEM_NEUTRAL); - ResetObjs(); } }else { @@ -748,6 +747,7 @@ void BattleGroundSA::EventPlayerUsedGO(Player* Source, GameObject* object) SignaledRoundTwo = false; SignaledRoundTwoHalfMin = false; InitSecondRound = true; + ResetObjs(); } else if (status == BG_SA_ROUND_TWO) { |
