diff --git a/game/modules/tome/data/birth/classes/chronomancer.lua b/game/modules/tome/data/birth/classes/chronomancer.lua index 69023602d7be64725273e6053daf5e95387e1730..9524906b33043aff8511a8d05262c99cede2a1b5 100644 --- a/game/modules/tome/data/birth/classes/chronomancer.lua +++ b/game/modules/tome/data/birth/classes/chronomancer.lua @@ -37,7 +37,7 @@ newBirthDescriptor{ copy = { -- Chronomancers start in Point Zero class_start_check = function(self) - if self.descriptor.world == "Maj'Eyal" and (self.descriptor.race ~= "Undead" and self.descriptor.race ~= "Yeek") then + if self.descriptor.world == "Maj'Eyal" and (self.descriptor.race ~= "Undead" and self.descriptor.race ~= "Dwarf" and self.descriptor.race ~= "Yeek") then self.chronomancer_race_start_quest = self.starting_quest self.default_wilderness = {"zone-pop", "angolwen-portal"} self.starting_zone = "town-point-zero"