Fixed QuestObjective order and change name of QuestGiverQuestList -> QuestGiverQuestListMessage

This commit is contained in:
hondacrx
2017-07-10 11:22:17 -04:00
parent b158c764ae
commit 65802889c4
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -6175,7 +6175,7 @@ namespace Game
// Load `quest_objectives`
// 0 1 2 3 4 5 6 7 8 9
result = DB.World.Query("SELECT ID, QuestID, Type, StorageIndex, ObjectID, Amount, Flags, Flags2, ProgressBarWeight, Description FROM quest_objectives ORDER BY StorageIndex ASC");
result = DB.World.Query("SELECT ID, QuestID, Type, StorageIndex, ObjectID, Amount, Flags, Flags2, ProgressBarWeight, Description FROM quest_objectives ORDER BY `Order` ASC, StorageIndex ASC");
if (result.IsEmpty())
{