From d5d56bc62b994832104b6cc4bfb73e39e0f992ac Mon Sep 17 00:00:00 2001 From: maximius Date: Tue, 29 Sep 2009 20:40:40 -0700 Subject: *Whoops, typo (creature_template_addon, not creature_addon) --HG-- branch : trunk --- src/game/Creature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3