[10367] Making sure CreaturesAddon are re-loaded after creature evade

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-08-18 00:19:12 +02:00
parent fbf4c5b3b4
commit 9c8533335b
3 changed files with 2 additions and 3 deletions

View file

@ -874,8 +874,6 @@ void CreatureEventAI::Reset()
void CreatureEventAI::JustReachedHome()
{
m_creature->LoadCreaturesAddon();
if (!m_bEmptyList)
{
for (CreatureEventAIList::iterator i = m_CreatureEventAIList.begin(); i != m_CreatureEventAIList.end(); ++i)