chore(Core/Gossip): delete old gossips api (#5414)

This commit is contained in:
Kargatum
2021-06-19 17:18:25 +07:00
committed by GitHub
parent 55d72c9530
commit 17838998c4
3 changed files with 2 additions and 19 deletions

View File

@@ -375,7 +375,7 @@ public:
if (!instance || instance->GetBossState(DATA_NEFARIAN) == DONE)
return;
player->CLOSE_GOSSIP_MENU();
CloseGossipMenuFor(player);
Talk(SAY_GAMESBEGIN_1);
BeginEvent(player);
}

View File

@@ -254,7 +254,7 @@ public:
{
if (sender == GOSSIP_ID && action == 0)
{
player->CLOSE_GOSSIP_MENU();
CloseGossipMenuFor(player);
BeginSpeech(player);
}
}