[9335] Clarify error log message after rewrite of monster_* to spline_* flags

Also change name of related field in code.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-02-09 00:31:50 +01:00
parent 0fbac741b3
commit 08c364214b
4 changed files with 7 additions and 7 deletions

View file

@ -1691,8 +1691,8 @@ bool Creature::LoadCreaturesAddon(bool reload)
if (cainfo->emote != 0)
SetUInt32Value(UNIT_NPC_EMOTESTATE, cainfo->emote);
if (cainfo->move_flags != 0)
SetSplineFlags(SplineFlags(cainfo->move_flags));
if (cainfo->splineFlags != 0)
SetSplineFlags(SplineFlags(cainfo->splineFlags));
if(cainfo->auras)
{