mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-14 22:19:25 +01:00
* 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:
@@ -24,7 +24,7 @@ EndScriptData */
|
||||
#include "precompiled.h"
|
||||
#include "trial_of_the_champion.h"
|
||||
|
||||
enum
|
||||
enum Spells
|
||||
{
|
||||
//yells
|
||||
|
||||
|
||||
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user