Skip to content

Commit

Permalink
Merge pull request #712 from WowRarity/changelog-update-r730
Browse files Browse the repository at this point in the history
Update the changelog for r730
  • Loading branch information
rdw-software authored Apr 11, 2024
2 parents 93426af + 8b4f20d commit a860607
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 a860607

Please sign in to comment.