mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
[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:
parent
0fbac741b3
commit
08c364214b
4 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue