Fix test scenario

I accidentally changed a dofile call when mass-changing require calls
This commit is contained in:
Celtic Minstrel 2017-05-07 11:00:23 -04:00
parent 7e67b7bba0
commit e9674ec8a7

View file

@ -1397,7 +1397,7 @@ My best advancement costs $next_cost gold and Im $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]