mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
* Minor change at TraceUtil.
This commit is contained in:
parent
cfb11fd2b4
commit
42a8029c2d
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ public class TraceUtil {
|
|||
log.error(uuid);
|
||||
log.error(uuid+"Flying ability id: " + FlyingAbility.getInstance().getId());
|
||||
log.error(uuid+"Reach ability id: " + ReachAbility.getInstance().getId());
|
||||
log.error(uuid+"Intimidate ability id: " + IntimidateAbility.getInstance().getId());
|
||||
log.error(uuid);
|
||||
|
||||
log.error(uuid+"Restriction effects:");
|
||||
|
|
Loading…
Reference in a new issue