mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 13:42:07 +00:00
small change/typo fix to error messages on unstore_unit
This commit is contained in:
parent
5c0db7e80b
commit
69201ba42d
@ -2576,7 +2576,7 @@ WML_HANDLER_FUNCTION(unstore_unit, /*event_info*/, cfg)
|
||||
desciption) != desciptions.end()) {
|
||||
|
||||
lg::wml_error << "Recall list has duplicate unit "
|
||||
"uderlying_ids '" << desciption
|
||||
"underlying_ids '" << desciption
|
||||
<< "' unstore_unit may not work as expected.\n";
|
||||
} else {
|
||||
desciptions.push_back(desciption);
|
||||
@ -2603,7 +2603,7 @@ WML_HANDLER_FUNCTION(unstore_unit, /*event_info*/, cfg)
|
||||
}
|
||||
t.recall_list().push_back(u);
|
||||
} else {
|
||||
ERR_NG << "Cannot unstore unit: no recall list for player " << u.side()
|
||||
ERR_NG << "Cannot unstore unit: recall list is empty for player " << u.side()
|
||||
<< " and the map location is invalid.\n";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user