aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/Creature.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp
index c695993ce26..2d70cec8ed9 100644
--- a/src/game/Creature.cpp
+++ b/src/game/Creature.cpp
@@ -1756,6 +1756,8 @@ void Creature::setDeathState(DeathState s)
SetMeleeDamageSchool(SpellSchools(cinfo->dmgschool));
LoadCreaturesAddon(true);
Motion_Initialize();
+ if(GetPhaseMask() != GetCreatureData()->phaseMask)
+ SetPhaseMask(GetCreatureData()->phaseMask, true);
}
}