mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[8952] Use default gossip menu options if no options exist for "top level" menu.
Also not close gossip menu in cases where no action_menu_id is set. Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
d604b0a120
commit
4ca8b0defc
5 changed files with 27 additions and 5 deletions
|
|
@ -103,6 +103,7 @@ void GossipMenu::ClearMenu()
|
|||
{
|
||||
m_gItems.clear();
|
||||
m_gItemsData.clear();
|
||||
m_gMenuId = 0;
|
||||
}
|
||||
|
||||
PlayerMenu::PlayerMenu( WorldSession *session ) : pSession(session)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue