mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[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:
parent
f762b57fea
commit
ae9ae781fc
2 changed files with 20 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8703"
|
||||
#define REVISION_NR "8704"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue