Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Oct 7, 2023
1 parent 8f33304 commit 6a1cdb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,8 @@ else if (!state.playerJobMatches(Job::isTank)) {
else if (e1.getIndex() == 3){
s.updateCall(dimensionalCleaveMiddle, cast);
}
else {
s.updateCall(dimensionalCleaveSouth, cast);
}
});
}
4 changes: 4 additions & 0 deletions xivsupport/src/main/resources/te_changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<html lang="en">
<body style="margin: 5px 20px 5px 20px">
<h2>Oct 7, 2023</h2>
<ul>
<li>Game data updates for 6.5.</li>
</ul>
<h2>Oct 2, 2023</h2>
<ul>
<li>Game data updates for 6.5.</li>
Expand Down

0 comments on commit 6a1cdb4

Please sign in to comment.