Reload creature addons on UpdateEntry.

This commit is contained in:
ariel-
2015-11-08 15:13:07 -03:00
parent 90c4304f1e
commit ee161a0bfa

View File

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