diff --git a/game/modules/tome/data/quests/starter-zones.lua b/game/modules/tome/data/quests/starter-zones.lua index 35736408072989f9d42cf5b42cd6f7688a8dcfcb..50b6ba76c6fa63ab1d51d5538345ce206bb1b5d1 100644 --- a/game/modules/tome/data/quests/starter-zones.lua +++ b/game/modules/tome/data/quests/starter-zones.lua @@ -41,7 +41,7 @@ desc = function(self, who) else desc[#desc+1] = "#SLATE#* You must explore the Sandworm Lair and find out what lurks there and what treasures are to be gained!#WHITE#" end - if self:isCompleted("carn-dum") then + if self:isCompleted("daikara") then desc[#desc+1] = "#LIGHT_GREEN#* You have explored the Daikara and vanquished the Dragon.#WHITE#" else desc[#desc+1] = "#SLATE#* You must explore the Daikara and find out what lurks there and what treasures are to be gained!#WHITE#" diff --git a/game/modules/tome/data/zones/daikara/zone.lua b/game/modules/tome/data/zones/daikara/zone.lua index e2b7dee2bd4e37cdf49c379bf78d507ab619013b..4c1cb25317a13454327f684b9ab12207e3b3a432 100644 --- a/game/modules/tome/data/zones/daikara/zone.lua +++ b/game/modules/tome/data/zones/daikara/zone.lua @@ -18,7 +18,7 @@ -- darkgod@te4.org return { - name = "Carn Dûm", + name = "Daikara", level_range = {7, 12}, level_scheme = "player", max_level = 7,