aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author_manuel_ <manue.l@live.com.ar>2010-02-26 01:43:43 -0300
committer_manuel_ <manue.l@live.com.ar>2010-02-26 01:43:43 -0300
commit9bfd68893165522f418fcf63e822ace4bf079d11 (patch)
treee20e7f599593dd3fc9691a95e19d055d27f87a94 /src
parente878e0a6b6d36aca1ee2070188c4dee3fe7c8adc (diff)
Removed unblizzlike script for quest The Valiant's Challenge 13699.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/scripts/northrend/icecrown.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/scripts/northrend/icecrown.cpp b/src/scripts/northrend/icecrown.cpp
index 4c77e2e8f8c..40519cad616 100644
--- a/src/scripts/northrend/icecrown.cpp
+++ b/src/scripts/northrend/icecrown.cpp
@@ -106,19 +106,6 @@ bool GossipSelect_npc_arete(Player* pPlayer, Creature* pCreature, uint32 uiSende
}
/*######
-## The Valiant's Challenge Quest 13699
-######*/
-
-bool GossipHello_valiant_challenge(Player* player, Creature* _Creature)
-{
- if (player->GetQuestStatus(13699) == QUEST_STATUS_INCOMPLETE)
- {
- player->SummonCreature(30675, player->GetInnPosX(),player->GetInnPosY(),player->GetInnPosZ(),0,TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT,1000000);
- }
- return true;
-}
-
-/*######
## npc_dame_evniki_kapsalis
######*/
@@ -154,11 +141,6 @@ void AddSC_icecrown()
newscript->RegisterSelf();
newscript = new Script;
- newscript->Name = "valiant_challenge";
- newscript->pGossipHello = &GossipHello_valiant_challenge;
- newscript->RegisterSelf();
-
- newscript = new Script;
newscript->Name = "npc_dame_evniki_kapsalis";
newscript->pGossipHello = &GossipHello_npc_dame_evniki_kapsalis;
newscript->pGossipSelect = &GossipSelect_npc_dame_evniki_kapsalis;