mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-15 04:23:09 -04:00
Core/Gossip: Fix typo in 0ad14aeafd breaking gossip options.
This commit is contained in:
@@ -14141,7 +14141,7 @@ void Player::OnGossipSelect(WorldObject* source, uint32 gossipListId, uint32 men
|
||||
}
|
||||
|
||||
GossipMenuItemData const* menuItemData = gossipmenu.GetItemData(gossipListId);
|
||||
if (menuItemData)
|
||||
if (!menuItemData)
|
||||
return;
|
||||
|
||||
switch (gossipOptionId)
|
||||
|
||||
Reference in New Issue
Block a user