[svn 3261]Typo in file humanoid_random_boss.lua
Posted: Sat Apr 23, 2011 11:17 am
The following code (line 57) in new file tome/data/general/npcs/humanoid_random_boss.lua:
should probably be:
Cheers,
-- The Haen.
Code: Select all
name = "halflint", subtype = "halfling", color=colors.BLUE,
Code: Select all
name = "halfling", subtype = "halfling", color=colors.BLUE,
-- The Haen.