mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
*Whoops, typo (creature_template_addon, not creature_addon)
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user