From 09a455dcd1814e71da94aedd8f5325275a47a772 Mon Sep 17 00:00:00 2001 From: Liberate Date: Mon, 24 May 2010 21:10:48 +0200 Subject: *Fix: Only show quests in the first page of gossip, instead of every page. --HG-- branch : trunk --- src/game/NPCHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/NPCHandler.cpp') diff --git a/src/game/NPCHandler.cpp b/src/game/NPCHandler.cpp index e490e82e372..4e73fb381af 100644 --- a/src/game/NPCHandler.cpp +++ b/src/game/NPCHandler.cpp @@ -333,7 +333,7 @@ void WorldSession::HandleGossipHelloOpcode(WorldPacket & recv_data) if (!sScriptMgr.GossipHello(_player, unit)) { // _player->TalkedToCreature(unit->GetEntry(), unit->GetGUID()); - _player->PrepareGossipMenu(unit, unit->GetCreatureInfo()->GossipMenuId); + _player->PrepareGossipMenu(unit, unit->GetCreatureInfo()->GossipMenuId, true); _player->SendPreparedGossip(unit); } } -- cgit v1.2.3