WC: Fix a typo
This commit is contained in:
parent
8d91bc69a2
commit
a7755749e3
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ function wesnoth.wml_actions.wc2_random_hero(cfg)
|
|||
local t = wc2_era.pick_deserter(side_num)
|
||||
|
||||
if t == nil then
|
||||
print("No serserter available for side", side_num)
|
||||
print("No deserter available for side", side_num)
|
||||
return
|
||||
end
|
||||
wc2_heroes.place(t, side_num, x, y)
|
||||
|
|
Loading…
Add table
Reference in a new issue