diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 8f706cf10..c320441e6 100755 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -9284,7 +9284,7 @@ void ObjectMgr::LoadGossipMenuItems(std::set& 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) { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 434a4016e..dfcdac219 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12621" + #define REVISION_NR "12622" #endif // __REVISION_NR_H__