[8704] Fixed crash "Object with certain key already in but objects are different!"

* It possible in result events
1) creature move from respawn grid
2) respawn grid unloaded by timeout, but not current grid for creature
3) respawn grid loaded before current grid with creture unload
4) duplicate attempt created in old grid

Until recent guid storage move to map we create duplicate creature with same (continent) or diff guid.
With diff strange possible result in it work in world.
This commit is contained in:
VladimirMangos 2009-10-22 06:32:37 +04:00
parent f762b57fea
commit ae9ae781fc
2 changed files with 20 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8703"
#define REVISION_NR "8704"
#endif // __REVISION_NR_H__