Schema: Fix some tags being allowed only once instead of unlimited times
This commit is contained in:
parent
66ae7f3b13
commit
bc2054ec10
1 changed files with 2 additions and 0 deletions
|
@ -286,6 +286,7 @@
|
|||
[tag]
|
||||
name="ai"
|
||||
super="$side/ai"
|
||||
max=infinite
|
||||
{INSERT_TAG}
|
||||
[/tag]
|
||||
[/tag]
|
||||
|
@ -766,6 +767,7 @@
|
|||
[tag]
|
||||
name="fake_unit"
|
||||
super="$action_wml/$fake_unit"
|
||||
max=infinite
|
||||
{SIMPLE_KEY skip_steps s_unsigned}
|
||||
[/tag]
|
||||
[/tag]
|
||||
|
|
Loading…
Add table
Reference in a new issue