diff options
Diffstat (limited to 'src/game/Creature.cpp')
| -rw-r--r-- | src/game/Creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index a1907c9525d..5d18140f200 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1724,7 +1724,7 @@ void Creature::Respawn() //Call AI respawn virtual function AI()->JustRespawned(); - GetMap()->Add(this); + //GetMap()->Add(this); } } |
