[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

@ -81,6 +81,7 @@ HomeMovementGenerator<Creature>::Update(Creature &owner, const uint32& time_diff
}
}
owner.LoadCreaturesAddon(true);
owner.AI()->JustReachedHome();
return false;
}