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
@@ -321,7 +321,7 @@ namespace Game.Entities
}
}
PlayerTalkClass.SendQuestGiverQuestList(guid);
PlayerTalkClass.SendQuestGiverQuestListMessage(guid);
}
public bool IsActiveQuest(uint quest_id)