mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Remove reportUse parameter on GameObjectAI::GossipHello and give it its own event.
Ported from 3.3.5
This commit is contained in:
@@ -1676,7 +1676,7 @@ void Spell::SendLoot(ObjectGuid guid, LootType loottype)
|
||||
}
|
||||
|
||||
player->PlayerTalkClass->ClearMenus();
|
||||
if (gameObjTarget->AI()->GossipHello(player, false))
|
||||
if (gameObjTarget->AI()->GossipHello(player))
|
||||
return;
|
||||
|
||||
switch (gameObjTarget->GetGoType())
|
||||
|
||||
Reference in New Issue
Block a user