From 67268befcde4476b6c5d69ba93c7dc432888f547 Mon Sep 17 00:00:00 2001 From: Tartalo Date: Mon, 12 Jul 2010 11:40:08 +0200 Subject: Warsong Gulch: remove non-english comment --HG-- branch : trunk --- src/server/game/BattleGrounds/Zones/BattleGroundWS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3