|
Принятые патчи Иногда выкладывают патчи, которые потом в итоге все-таки принимают в ядро.
Повод для гордости. |
|
Опции темы | Поиск в этой теме | Опции просмотра |
23.04.2012, 19:28 | #1 |
Ученый
Регистрация: 10.03.2010
Адрес: Бобруйск
Сообщений: 284
Сказал(а) спасибо: 213
Поблагодарили 98 раз(а) в 84 сообщениях
|
Remove out of date comment.
Код:
diff --git a/src/game/BattleGround.cpp b/src/game/BattleGround.cpp index 9fe3d66..0f4d43d 100644 --- a/src/game/BattleGround.cpp +++ b/src/game/BattleGround.cpp @@ -446,14 +446,14 @@ void BattleGround::Update(uint32 diff) SetStatus(STATUS_IN_PROGRESS); SetStartDelayTime(m_StartDelayTimes[BG_STARTING_EVENT_FOURTH]); - //remove preparation + // remove preparation if (isArena()) { - //TODO : add arena sound PlaySoundToAll(SOUND_ARENA_START); - - for(BattleGroundPlayerMap::const_iterator itr = m_Players.begin(); itr != m_Players.end(); ++itr) - if (Player *plr = sObjectMgr.GetPlayer(itr->first)) - plr->RemoveAurasDueToSpell(SPELL_ARENA_PREPARATION); + for (BattleGroundPlayerMap::const_iterator itr = m_Players.begin(); itr != m_Players.end(); ++itr) + { + if (Player* player = sObjectMgr.GetPlayer(itr->first)) + player->RemoveAurasDueToSpell(SPELL_ARENA_PREPARATION); + } CheckArenaWinConditions(); } |
Пользователь сказал cпасибо: | schmoozerd (23.04.2012) |
|
|
Похожие темы | ||||
Тема | Автор | Раздел | Ответов | Последнее сообщение |
[11211] Remove obsolete comment | newsbot | CMaNGOS Commits | 0 | 28.02.2011 03:35 |
[10517] Remove wrong comment, reputation rate for spell is implemented. | newsbot | CMaNGOS Commits | 0 | 22.09.2010 12:00 |
[9691] Up to date mangos_spell_check old data and add some new. | newsbot | CMaNGOS Commits | 0 | 08.04.2010 01:51 |
[9564] Remove some trailing whitespace and add comment for last commit. | newsbot | CMaNGOS Commits | 0 | 10.03.2010 15:10 |