diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp | 2 | ||||
-rw-r--r-- | src/game/NPCHandler.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/bindings/scripts/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp b/src/bindings/scripts/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp index e111c6fe353..5bd3590669e 100644 --- a/src/bindings/scripts/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp +++ b/src/bindings/scripts/scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp @@ -24,7 +24,7 @@ EndScriptData */ #include "precompiled.h" #include "trial_of_the_champion.h" -enum +enum Spells { //yells diff --git a/src/game/NPCHandler.cpp b/src/game/NPCHandler.cpp index 0591cdcdf8c..e323251c55c 100644 --- a/src/game/NPCHandler.cpp +++ b/src/game/NPCHandler.cpp @@ -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 ) { |