Fix test scenario
I accidentally changed a dofile call when mass-changing require calls
This commit is contained in:
parent
7e67b7bba0
commit
e9674ec8a7
1 changed files with 1 additions and 1 deletions
|
@ -1397,7 +1397,7 @@ My best advancement costs $next_cost gold and I’m $experience|% there."
|
|||
# The file is not in the repository to allow adding custom stuff to it.
|
||||
[command]
|
||||
[lua]
|
||||
code=<< wesnoth.dofile("code").main() >>
|
||||
code=<< wesnoth.dofile("lua/code.lua").main() >>
|
||||
[/lua]
|
||||
[/command]
|
||||
[/set_menu_item]
|
||||
|
|
Loading…
Add table
Reference in a new issue