A great purge of obsolete macros.

--HG--
branch : trunk
This commit is contained in:
Xanadu
2010-02-05 00:31:28 +01:00
parent b0b261585f
commit a5d1bc77ab
552 changed files with 1147 additions and 1223 deletions

View File

@@ -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) {}