[Bug] Children target
Summary
@Children target cannot be use if summoner is player @Parent still work
Steps to reproduce
BattlerArcher:
Skills:
- summon{type=summonerclassarcher;amount=floor(%math_IF((<modifier.amount><=0),1,<modifier.amount>)%)} @Self
- remove{delay="%math_IF((<modifier.cooldown><=0),1,<modifier.cooldown>)% * 20 - 200"} @Children{conditions=[ - mythicmobtype{type=summonerclassarcher} true ]}
Current behavior
remove not work with @Children
Intended correct behavior
Describe what you think should happen instead of the bug.
Server log file
Provide a link to a Pastebin paste with a copy of your server's latest.log file from startup to "Done!" AND includes a player connecting.
Debug log snippet
Provide a link to a Pastebin paste with an excerpt of your latest.log file that includes debug output where you trigger the bugged behavior.
Proposed fixes
Describe what you think the issue or any potential fixes may be.