mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
A great purge of obsolete macros.
--HG-- branch : trunk
This commit is contained in:
@@ -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(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user