Core/Scripts: unified scripted gossip/quest api
Port From (https://github.com/TrinityCore/TrinityCore/commit/6604849716bc73d82a4cdbf8c66bb188086ceae4)
This commit is contained in:
@@ -1321,9 +1321,7 @@ namespace Game.Spells
|
||||
return;
|
||||
}
|
||||
|
||||
if (Global.ScriptMgr.OnGossipHello(player, gameObjTarget))
|
||||
return;
|
||||
|
||||
player.PlayerTalkClass.ClearMenus();
|
||||
if (gameObjTarget.GetAI().GossipHello(player, false))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user