aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/NPCHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/NPCHandler.cpp b/src/game/NPCHandler.cpp
index 1e5fc70d9b8..e490e82e372 100644
--- a/src/game/NPCHandler.cpp
+++ b/src/game/NPCHandler.cpp
@@ -332,7 +332,7 @@ void WorldSession::HandleGossipHelloOpcode(WorldPacket & recv_data)
if (!sScriptMgr.GossipHello(_player, unit))
{
- _player->TalkedToCreature(unit->GetEntry(), unit->GetGUID());
+// _player->TalkedToCreature(unit->GetEntry(), unit->GetGUID());
_player->PrepareGossipMenu(unit, unit->GetCreatureInfo()->GossipMenuId);
_player->SendPreparedGossip(unit);
}