diff options
| author | Gacko <gacko28@gmx.de> | 2012-12-31 15:03:19 +0100 |
|---|---|---|
| committer | Gacko <gacko28@gmx.de> | 2012-12-31 15:03:19 +0100 |
| commit | edb90f957baa9d9bb83f4477954593117e9fa858 (patch) | |
| tree | 872c68385227bb3b3b58cefd797cdc8436bb27e5 /src | |
| parent | 4186c3cef7cf53051f52d56e9b4ffb84c5502a03 (diff) | |
Core/DB: Haaleshi Altar
- Prevent crash due to spamming GossipHello
- Convert core script to SAI
- Solves #8220
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/Outland/hellfire_peninsula.cpp | 21 |
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(); |
