Skip to content

Commit

Permalink
Repo: Updated the changelog for r730
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Apr 11, 2024
1 parent 93426af commit 8b4f20d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**r729:**
**r730:**

Additions:
> Added tracking for Noble Flying Carpet
Fixes:
> Fixed an oversight that would prevent attempts for Quantum Courser from being tracked correctly
<br>Using Pick Pocket on an enemy should no longer prevent regular loot events from being counted
6 changes: 6 additions & 0 deletions Changes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
local changes = {
["r730"] = {
fixes = {
"Fixed an oversight that would prevent attempts for Quantum Courser from being tracked correctly",
"Using Pick Pocket on an enemy should no longer prevent regular loot events from being counted",
},
},
["r729"] = {
additions = {
"Added tracking for Noble Flying Carpet",
Expand Down

0 comments on commit 8b4f20d

Please sign in to comment.