* Fixed a small opps on the last commit with NPCHandler

* Fixed error in script boss_grand_champions (Thanks QAston)

--HG--
branch : trunk
This commit is contained in:
Brian
2010-01-12 19:55:18 -07:00
parent f5b1534f22
commit 6aea9f7a0a
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ EndScriptData */
#include "precompiled.h"
#include "trial_of_the_champion.h"
enum
enum Spells
{
//yells

View File

@@ -299,7 +299,7 @@ void WorldSession::HandleGossipHelloOpcode( WorldPacket & recv_data )
}
}
void WorldSession::HandleGossipSelectOptionOpcode( WorldPacket & recv_data )
/*void WorldSession::HandleGossipSelectOptionOpcode( WorldPacket & recv_data )
{
sLog.outDebug("WORLD: CMSG_GOSSIP_SELECT_OPTION");
@@ -338,7 +338,7 @@ void WorldSession::HandleGossipSelectOptionOpcode( WorldPacket & recv_data )
if (!Script->GossipSelect (_player, unit, _player->PlayerTalkClass->GossipOptionSender (option), _player->PlayerTalkClass->GossipOptionAction (option)))
unit->OnGossipSelect (_player, option);
}
}
}*/
void WorldSession::HandleSpiritHealerActivateOpcode( WorldPacket & recv_data )
{