aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-06-14 22:04:24 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-06-14 22:04:24 +0200
commitb7e0c2251e650a7a526ef9f0742024fd2db09ddb (patch)
tree65aad65cc04d9af17204fdaf211f4858108a87a5 /src
parent53caf7959efb6a7f410b17306a5cc23028824fa5 (diff)
Core: Fix fail
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Entities/GameObject/GameObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Entities/GameObject/GameObject.cpp b/src/server/game/Entities/GameObject/GameObject.cpp
index 0eb47820837..ae08a4251a5 100644
--- a/src/server/game/Entities/GameObject/GameObject.cpp
+++ b/src/server/game/Entities/GameObject/GameObject.cpp
@@ -1312,7 +1312,7 @@ void GameObject::Use(Unit* user)
}
else if (info->goober.gossipID)
{
- player->PrepareGossipMenu(this, info->goober.gossipID, true);
+ player->PrepareGossipMenu(this, info->goober.gossipID);
player->SendPreparedGossip(this);
}