diff options
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index a78829f1669..4eefce656a7 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -803,6 +803,9 @@ bool Creature::Create(uint32 guidlow, Map *map, uint32 phaseMask, uint32 Entry, AddUnitMovementFlag(MOVEMENTFLAG_SWIMMING); } } + + LastUsedScriptID = m_creatureInfo->ScriptID; + return bResult; } |