mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
A great purge of obsolete macros.
--HG-- branch : trunk
This commit is contained in:
@@ -42,7 +42,7 @@ enum NPCs // All outdoor guards are within 35.0f of these NPCs
|
||||
NPC_SWEETBERRY_H = 29715,
|
||||
};
|
||||
|
||||
struct TRINITY_DLL_DECL npc_mageguard_dalaranAI : public Scripted_NoMovementAI
|
||||
struct npc_mageguard_dalaranAI : public Scripted_NoMovementAI
|
||||
{
|
||||
npc_mageguard_dalaranAI(Creature* pCreature) : Scripted_NoMovementAI(pCreature)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user