diff options
author | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
---|---|---|
committer | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
commit | a5d1bc77abc275402240bec1380fa87f04461ba8 (patch) | |
tree | f33b3e3f10a4f0723d85b5bec4764f4518501c06 /src/scripts/outland/shattrath_city.cpp | |
parent | b0b261585f4c410736548cd536642cb104cb7023 (diff) |
A great purge of obsolete macros.
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/outland/shattrath_city.cpp')
-rw-r--r-- | src/scripts/outland/shattrath_city.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/scripts/outland/shattrath_city.cpp b/src/scripts/outland/shattrath_city.cpp index 0ea66f4421f..13fa4905574 100644 --- a/src/scripts/outland/shattrath_city.cpp +++ b/src/scripts/outland/shattrath_city.cpp @@ -48,7 +48,7 @@ enum eRaliq FACTION_HOSTILE_RD = 45 }; -struct TRINITY_DLL_DECL npc_raliq_the_drunkAI : public ScriptedAI +struct npc_raliq_the_drunkAI : public ScriptedAI { npc_raliq_the_drunkAI(Creature* c) : ScriptedAI(c) { @@ -114,7 +114,7 @@ bool GossipSelect_npc_raliq_the_drunk(Player* pPlayer, Creature* pCreature, uint #define SPELL_MAGNETIC_PULL 31705 -struct TRINITY_DLL_DECL npc_salsalabimAI : public ScriptedAI +struct npc_salsalabimAI : public ScriptedAI { npc_salsalabimAI(Creature* c) : ScriptedAI(c) {} @@ -275,7 +275,7 @@ bool GossipSelect_npc_zephyr(Player* pPlayer, Creature* pCreature, uint32 uiSend #define WHISP20 -1000326 #define WHISP21 -1000327 -struct TRINITY_DLL_DECL npc_kservantAI : public npc_escortAI +struct npc_kservantAI : public npc_escortAI { public: npc_kservantAI(Creature *c) : npc_escortAI(c) {} @@ -359,7 +359,7 @@ CreatureAI* GetAI_npc_kservantAI(Creature* pCreature) #define NPC_CREEPJACK 19726 #define NPC_MALONE 19725 -struct TRINITY_DLL_DECL npc_dirty_larryAI : public ScriptedAI +struct npc_dirty_larryAI : public ScriptedAI { npc_dirty_larryAI(Creature* c) : ScriptedAI(c) {} |