diff options
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index d77e053a5e3..8134cd71de5 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1245,6 +1245,7 @@ void Creature::SaveToDB(uint32 mapid, uint8 spawnMask, uint32 phaseMask) << GetEntry() << "," << mapid <<"," << (uint32)spawnMask << "," + << (uint32)GetPhaseMask() << "," << displayId <<"," << GetEquipmentId() <<"," << GetPositionX() << "," |