Commit
8ad21cfee2e2f02bd4d1d0ed39cf12fcb13ee6c3
by frottyFix unexpected leave event (#293)
* add root ability when create dummy
Makes dummy not need to turn when spell or attack.
dummy to cast skills on countless targets at the same time without
missing.
* Fix unexpected leave event
Some unexpected trigger before this fix:
InstantDummy in use
(dummy created when map init, and locust can't be enum in rect, so it
was without Defend ability)
Defend ability
(auto order like Sorceress's SlowOn)
In short, unit may issued order when it without Defend ability,
additional condition make this event more reliable.