Remove reportUse parameter on GameObjectAI::GossipHello and give it its own event.

Ported from 3.3.5
This commit is contained in:
Krudor
2017-12-10 13:59:13 +01:00
parent 843c21048a
commit c8aeadc949
48 changed files with 99 additions and 87 deletions

View File

@@ -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())