[7370] Fixed crash in CheckSkirmishForSameFaction() function, when we erased iterator which shouldn't be erased

Fixed crash in BattleGroundQueue::Update() by changing BGFreeSlotQueueType from deque to list.

Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
Triply 2009-03-02 09:50:31 +01:00
parent 94de4437f8
commit a50606d225
3 changed files with 9 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7369"
#define REVISION_NR "7370"
#endif // __REVISION_NR_H__