diff options
author | maximius <none@none> | 2009-09-29 20:40:40 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-29 20:40:40 -0700 |
commit | d5d56bc62b994832104b6cc4bfb73e39e0f992ac (patch) | |
tree | 8204d8ace491ece258bcf0d921c7f795e3ad47ed | |
parent | 1b168c6c9fcfa1100a9029dc77fe2b3816ac505b (diff) |
*Whoops, typo (creature_template_addon, not creature_addon)
--HG--
branch : trunk
-rw-r--r-- | src/game/Creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index e9db1493e0c..a9a7b6bf838 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -2289,7 +2289,7 @@ bool Creature::LoadCreaturesAddon(bool reload) SetUnitMovementFlags(cainfo->move_flags); if (cainfo->move_flags & (MOVEMENTFLAG_FLY_MODE | MOVEMENTFLAG_FLYING)) - sLog.outErrorDb("Creature (GUID: %u Entry: %u) has improper `moveflags` value in `creature_template_addon`. Use `InhabitType` = 4 (Flying) in `creature_template`, not MOVEMENTFLAG_FLY_MODE or MOVEMENTFLAG_FLYING in `creature_addon`.",GetGUIDLow(),GetEntry()); + sLog.outErrorDb("Creature (GUID: %u Entry: %u) has improper `moveflags` value in `creature_template_addon`. Use `InhabitType` = 4 (Flying) in `creature_template`, not MOVEMENTFLAG_FLY_MODE or MOVEMENTFLAG_FLYING in `creature_template_addon`.",GetGUIDLow(),GetEntry()); //Load Path if (cainfo->path_id != 0) |