diff options
author | Tartalo <none@none> | 2010-07-12 11:40:08 +0200 |
---|---|---|
committer | Tartalo <none@none> | 2010-07-12 11:40:08 +0200 |
commit | 67268befcde4476b6c5d69ba93c7dc432888f547 (patch) | |
tree | 36b98619221c296e24cc7a5906b83441b9389141 | |
parent | 673c652ba6e540d874e929dcc50f6c04ceae50c8 (diff) |
Warsong Gulch: remove non-english comment
--HG--
branch : trunk
-rw-r--r-- | src/server/game/BattleGrounds/Zones/BattleGroundWS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/BattleGrounds/Zones/BattleGroundWS.cpp b/src/server/game/BattleGrounds/Zones/BattleGroundWS.cpp index 12ccc331bab..b70df220e5e 100644 --- a/src/server/game/BattleGrounds/Zones/BattleGroundWS.cpp +++ b/src/server/game/BattleGrounds/Zones/BattleGroundWS.cpp @@ -70,7 +70,7 @@ void BattleGroundWS::Update(uint32 diff) if (GetStatus() == STATUS_IN_PROGRESS) { - if (GetStartTime() >= 25*MINUTE*IN_MILLISECONDS) // Таймер тикать начинает после 25 минут + if (GetStartTime() >= 25*MINUTE*IN_MILLISECONDS) { if (GetTeamScore(ALLIANCE) == 0) { |