AI_FORCE_ATTACK_HIGH_XP_UNITS macro: fix event name
The Lua function needs to go into a preload event, the [micro_ai] tag does not.
This commit is contained in:
parent
1f1ae18749
commit
134fdae964
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@
|
|||
# Micro AI which forces attacks on units 1 XP from leveling
|
||||
# Goes directly into scenario toplevel, one macro per side
|
||||
[event]
|
||||
name=preload
|
||||
name=prestart
|
||||
[micro_ai]
|
||||
side={SIDE}
|
||||
ai_type=simple_attack
|
||||
|
|
Loading…
Add table
Reference in a new issue