Skip to content

Commit

Permalink
Fix schema validation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentarctagon committed Dec 1, 2018
1 parent c59da16 commit dbb2228
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -843,7 +843,9 @@
ai_type=return_guardian
action=add

id=dwarvish_return_guard
[filter]
id=dwarvish_return_guard
[/filter]
return_x,return_y=27,28
[/micro_ai]
[/event]
Expand All @@ -858,7 +860,9 @@
ai_type=return_guardian
action=add

id=skeleton_return_guard
[filter]
id=skeleton_return_guard
[/filter]
return_x,return_y=24,2
[/micro_ai]
[/event]
Expand Down

0 comments on commit dbb2228

Please sign in to comment.