diff options
| author | n0n4m3 <none@none> | 2009-12-26 17:16:11 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-26 17:16:11 +0100 |
| commit | bb2b212e8479ebb3cbeb9cd7e91a734839e572aa (patch) | |
| tree | f50a8f17d4cb1b13f05d06d6a9315a98c231a7f8 /src | |
| parent | aadbff5903ce9e4fb38acb7939bb426bc9e0e340 (diff) | |
Fixed crash in lookup GO gossip
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/GameObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
