Merge pull request #15835 from ariel-/entry

Creature Addon should be updated when entry is changed.
(cherry picked from commit 52692c3f9d)
This commit is contained in:
Carbenium
2015-11-23 10:10:46 +01:00
parent 08e5b6f875
commit 94b22d98be

View File

@@ -443,6 +443,7 @@ bool Creature::UpdateEntry(uint32 entry, CreatureData const* data /*= nullptr*/)
ApplySpellImmune(0, IMMUNITY_EFFECT, SPELL_EFFECT_ATTACK_ME, true);
}
LoadCreaturesAddon();
UpdateMovementFlags();
return true;
}