mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
A great purge of obsolete macros.
--HG-- branch : trunk
This commit is contained in:
@@ -52,7 +52,7 @@ enum eAeranas
|
||||
C_AERANAS = 17085
|
||||
};
|
||||
|
||||
struct TRINITY_DLL_DECL npc_aeranasAI : public ScriptedAI
|
||||
struct npc_aeranasAI : public ScriptedAI
|
||||
{
|
||||
npc_aeranasAI(Creature* c) : ScriptedAI(c) {}
|
||||
|
||||
@@ -133,7 +133,7 @@ enum eAncestralWolf
|
||||
NPC_RYGA = 17123
|
||||
};
|
||||
|
||||
struct TRINITY_DLL_DECL npc_ancestral_wolfAI : public npc_escortAI
|
||||
struct npc_ancestral_wolfAI : public npc_escortAI
|
||||
{
|
||||
npc_ancestral_wolfAI(Creature* pCreature) : npc_escortAI(pCreature)
|
||||
{
|
||||
@@ -333,7 +333,7 @@ enum eWoundedBloodElf
|
||||
QUEST_ROAD_TO_FALCON_WATCH = 9375
|
||||
};
|
||||
|
||||
struct TRINITY_DLL_DECL npc_wounded_blood_elfAI : public npc_escortAI
|
||||
struct npc_wounded_blood_elfAI : public npc_escortAI
|
||||
{
|
||||
npc_wounded_blood_elfAI(Creature *c) : npc_escortAI(c) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user