[8405] Fixed possible crash in BGQueueRemoveEvent::Execute() when two paralell BattleGroundQueue Updates are called, optimalized code.

Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
Triply 2009-08-22 10:30:43 +02:00
parent 4826a192a0
commit 178c308c5b
3 changed files with 38 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8404"
#define REVISION_NR "8405"
#endif // __REVISION_NR_H__