[c12622] Fix order of gossip menu options.

This commit is contained in:
Schmoozerd 2013-05-31 12:24:01 +01:00 committed by Antz
parent da15d50aa2
commit 30fc2b7af6
2 changed files with 2 additions and 2 deletions

View file

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