diff --git a/game/modules/tome/data/general/encounters/maj-eyal.lua b/game/modules/tome/data/general/encounters/maj-eyal.lua index 359549af1b28ae48966b92d71af95fb163375fb1..e36bae78960bde91c77f9e84558e72cdfb002301 100644 --- a/game/modules/tome/data/general/encounters/maj-eyal.lua +++ b/game/modules/tome/data/general/encounters/maj-eyal.lua @@ -28,8 +28,9 @@ newEntity{ local g = mod.class.WorldNPC.new{ name="Novice mage", - type="humanoid", subtype="elf", faction="angolwen", + type="humanoid", subtype="human", faction="angolwen", display='@', color=colors.RED, + image = "npc/humanoid_human_apprentice_mage.png", can_talk = "mage-apprentice-quest", unit_power = 300, }