mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core: Fix fail
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user