mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
first implementation of quest log need to review everything
This commit is contained in:
@@ -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" },
|
||||
|
||||
|
Reference in New Issue
Block a user