mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
Removed unblizzlike script for quest The Valiant's Challenge 13699.
--HG-- branch : trunk
This commit is contained in:
@@ -105,19 +105,6 @@ bool GossipSelect_npc_arete(Player* pPlayer, Creature* pCreature, uint32 uiSende
|
||||
return true;
|
||||
}
|
||||
|
||||
/*######
|
||||
## 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
|
||||
######*/
|
||||
@@ -153,11 +140,6 @@ void AddSC_icecrown()
|
||||
newscript->pGossipSelect = &GossipSelect_npc_arete;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user