From bb2b212e8479ebb3cbeb9cd7e91a734839e572aa Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Sat, 26 Dec 2009 17:16:11 +0100 Subject: Fixed crash in lookup GO gossip --HG-- branch : trunk --- src/game/GameObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index e39036f89ef..a6c127321b6 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -1089,7 +1089,7 @@ void GameObject::Use(Unit* user) data << GetGUID(); player->GetSession()->SendPacket(&data); } - else if (info->goober.gossipID) // ...or gossip, if page does not exist + else if (info->questgiver.gossipID) { player->PrepareGossipMenu(this, info->goober.gossipID); player->SendPreparedGossip(this); -- cgit v1.2.3