aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/outland/shattrath_city.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/outland/shattrath_city.cpp')
-rw-r--r--src/scripts/outland/shattrath_city.cpp8
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) {}