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

@@ -47,7 +47,7 @@ enum eEnums
EQUIP_ID_RIFLE = 2511
};
struct TRINITY_DLL_DECL npc_daphne_stilwellAI : public npc_escortAI
struct npc_daphne_stilwellAI : public npc_escortAI
{
npc_daphne_stilwellAI(Creature* pCreature) : npc_escortAI(pCreature) {}
@@ -191,7 +191,7 @@ CreatureAI* GetAI_npc_daphne_stilwell(Creature* pCreature)
#define QUEST_DEFIAS_BROTHERHOOD 155
struct TRINITY_DLL_DECL npc_defias_traitorAI : public npc_escortAI
struct npc_defias_traitorAI : public npc_escortAI
{
npc_defias_traitorAI(Creature *c) : npc_escortAI(c) { Reset(); }