aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2012-12-31 15:28:03 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2012-12-31 15:28:03 +0100
commiteac473df616240c5798abc497ec9d44cdf65b23f (patch)
treee002a007c4d532922227cf1f68e4e87acdf29536 /src
parent8431be6bc6416e4d952e3fb8f42c2400ec76b2d1 (diff)
parentedb90f957baa9d9bb83f4477954593117e9fa858 (diff)
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Outland/hellfire_peninsula.cpp21
1 files changed, 1 insertions, 20 deletions
diff --git a/src/server/scripts/Outland/hellfire_peninsula.cpp b/src/server/scripts/Outland/hellfire_peninsula.cpp
index 7ac90320347..24d00235ab8 100644
--- a/src/server/scripts/Outland/hellfire_peninsula.cpp
+++ b/src/server/scripts/Outland/hellfire_peninsula.cpp
@@ -53,9 +53,7 @@ enum eAeranas
FACTION_FRIENDLY = 35,
SPELL_ENVELOPING_WINDS = 15535,
- SPELL_SHOCK = 12553,
-
- C_AERANAS = 17085
+ SPELL_SHOCK = 12553
};
class npc_aeranas : public CreatureScript
@@ -205,22 +203,6 @@ public:
};
/*######
-## go_haaleshi_altar
-######*/
-
-class go_haaleshi_altar : public GameObjectScript
-{
-public:
- go_haaleshi_altar() : GameObjectScript("go_haaleshi_altar") { }
-
- bool OnGossipHello(Player* /*player*/, GameObject* go)
- {
- go->SummonCreature(C_AERANAS, -1321.79f, 4043.80f, 116.24f, 1.25f, TEMPSUMMON_TIMED_DESPAWN, 180000);
- return false;
- }
-};
-
-/*######
## npc_naladu
######*/
@@ -532,7 +514,6 @@ void AddSC_hellfire_peninsula()
{
new npc_aeranas();
new npc_ancestral_wolf();
- new go_haaleshi_altar();
new npc_naladu();
new npc_tracy_proudwell();
new npc_trollbane();