Skip to content

Commit

Permalink
Fixed spacing inconsistency in APL JSONs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbtaylorjr committed Nov 24, 2024
1 parent ba50ab5 commit 09b36e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/tank_warrior/apls/p1.apl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"prepullActions": [],
"priorityList": [
{"action":{"autocastOtherCooldowns":{}}},
{"action":{"castSpell":{"spellId":{"spellId":11605,"rank":4}}}}
{"action":{"castSpell":{"spellId":{"spellId":11605,"rank":4}}}}
]
}
2 changes: 1 addition & 1 deletion ui/warrior/apls/p1.apl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"prepullActions": [],
"priorityList": [
{"action":{"autocastOtherCooldowns":{}}},
{"action":{"castSpell":{"spellId":{"spellId":11605,"rank":4}}}}
{"action":{"castSpell":{"spellId":{"spellId":11605,"rank":4}}}}
]
}

0 comments on commit 09b36e7

Please sign in to comment.