Move the utbs abilities include out of [units]

Fixes #7426
This commit is contained in:
Pentarctagon 2023-03-11 10:39:59 -06:00
parent e18d2ff314
commit c6b9ceb61e
2 changed files with 3 additions and 6 deletions

View file

@ -49,11 +49,6 @@
#endif
[/ais]
#ifdef DEBUG_MODE
# load tests that need manual user input to run and validate
{test/scenarios/manual_tests}
#endif
#ifdef EDITOR
[textdomain]
name="wesnoth-editor"
@ -61,6 +56,8 @@
#endif
#ifdef TEST
# load tests that need manual user input to run and validate
{test/scenarios/manual_tests}
{ai/scenarios/}
{ai/micro_ais/scenarios/}
#define DONT_RELOAD_CORE

View file

@ -6,8 +6,8 @@
path=data/campaigns/The_Rise_Of_Wesnoth
[/binary_path]
#ifhave campaigns/Under_the_Burning_Suns/units/units.cfg
{campaigns/Under_the_Burning_Suns/utils/abilities.cfg}
[units]
{campaigns/Under_the_Burning_Suns/utils/abilities.cfg}
{campaigns/Under_the_Burning_Suns/units/units.cfg}
{campaigns/Under_the_Burning_Suns/units/quenoth/Youth.cfg}
[/units]