Skip to content

Commit cc1d5fc

Browse files
authored
HttTC: fix incorrect unit type name for Tutorial_Lisar (wesnoth#10709)
1 parent 9bcebe5 commit cc1d5fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/campaigns/Heir_To_The_Throne_Classic/lua/character_selection.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function wml_actions.select_character()
2828

2929
if selected == 2 then
3030
wesnoth.units.to_map({
31-
type = "Tutorial Fighteress",
31+
type = "Tutorial_Fighteress",
3232
side = 1,
3333
id = unit.id,
3434
name = _"Li’sar",
@@ -39,7 +39,7 @@ function wml_actions.select_character()
3939
}, unit.x, unit.y )
4040
wesnoth.sides[1].side_name = _"Li’sar"
4141
-- enable the help to display this unit's page
42-
wesnoth.add_known_unit("Tutorial Fighteress")
42+
wesnoth.add_known_unit("Tutorial_Fighteress")
4343
else
4444
wesnoth.units.to_map(unit)
4545
end

0 commit comments

Comments
 (0)