mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[c12622] Fix order of gossip menu options.
This commit is contained in:
parent
da15d50aa2
commit
30fc2b7af6
2 changed files with 2 additions and 2 deletions
|
|
@ -9284,7 +9284,7 @@ void ObjectMgr::LoadGossipMenuItems(std::set<uint32>& gossipScriptSet)
|
|||
"SELECT menu_id, id, option_icon, option_text, option_id, npc_option_npcflag, "
|
||||
"action_menu_id, action_poi_id, action_script_id, box_coded, box_money, box_text, "
|
||||
"condition_id "
|
||||
"FROM gossip_menu_option");
|
||||
"FROM gossip_menu_option ORDER BY menu_id, id");
|
||||
|
||||
if (!result)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue