first implementation of quest log need to review everything

This commit is contained in:
ErikasKontenis
2020-02-11 21:03:54 +02:00
parent abed251a30
commit 871013018e
13 changed files with 1629 additions and 6 deletions

View File

@@ -32,7 +32,10 @@ local reloadTypes = {
["npc"] = { targetType = RELOAD_TYPE_NPCS, name = "npcs" },
["npcs"] = { targetType = RELOAD_TYPE_NPCS, name = "npcs" },
["quest"] = { targetType = RELOAD_TYPE_QUESTS, name = "quests" },
["quests"] = { targetType = RELOAD_TYPE_QUESTS, name = "quests" },
["raid"] = { targetType = RELOAD_TYPE_RAIDS, name = "raids" },
["raids"] = { targetType = RELOAD_TYPE_RAIDS, name = "raids" },