mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 22:37:06 +00:00
Merge branch 'master' into 310
Conflicts: src/game/Player.cpp src/game/Player.h src/game/Unit.cpp
This commit is contained in:
commit
963aed5e0b
49 changed files with 1124 additions and 986 deletions
|
|
@ -1176,7 +1176,7 @@ void BattleGroundMgr::Update(uint32 diff)
|
|||
// skip updating battleground template
|
||||
if( itr != m_BattleGrounds[i].end() )
|
||||
++itr;
|
||||
for(itr = m_BattleGrounds[i].begin(); itr != m_BattleGrounds[i].end(); itr = next)
|
||||
for(; itr != m_BattleGrounds[i].end(); itr = next)
|
||||
{
|
||||
next = itr;
|
||||
++next;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue