Skip to content

Commit

Permalink
fix and remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Krowi authored and Krowi committed Jan 16, 2025
1 parent a3c94d2 commit c5989c8
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 38 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## 81.3 - 2025-01-11
## 81.3 - 2025-01-16
### Fixed
- Resolved an error when both the Achievement Window and the Calendar are open

### Removed
- Plunderstorm event

## 81.2 - 2025-01-11
### Added
- Option to change the transparency of the faction icon
Expand Down
8 changes: 7 additions & 1 deletion Changelogs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@
- Option to change the transparency of the faction icon

### Fixed (81.2)
- Plugin options should no longer cause errors for ElvUI and GW2_UI
- Plugin options should no longer cause errors for ElvUI and GW2_UI

### Fixed (81.3)
- Resolved an error when both the Achievement Window and the Calendar are open

### Removed (81.3)
- Plunderstorm event
8 changes: 8 additions & 0 deletions Changelogs/CurseForge.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,12 @@
<p><h3>Fixed (81.2)</h3></p>
<ul>
<li>Plugin options should no longer cause errors for ElvUI and GW2_UI</li>
</ul>
<p><h3>Fixed (81.3)</h3></p>
<ul>
<li>Resolved an error when both the Achievement Window and the Calendar are open</li>
</ul>
<p><h3>Removed (81.3)</h3></p>
<ul>
<li>Plunderstorm event</li>
</ul>
8 changes: 7 additions & 1 deletion Changelogs/Wago.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@
- Option to change the transparency of the faction icon

### Fixed (81.2)
- Plugin options should no longer cause errors for ElvUI and GW2_UI
- Plugin options should no longer cause errors for ElvUI and GW2_UI

### Fixed (81.3)
- Resolved an error when both the Achievement Window and the Calendar are open

### Removed (81.3)
- Plunderstorm event
10 changes: 10 additions & 0 deletions Changelogs/WowInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,14 @@
[B]Fixed (81.2)[/B]
[LIST]
[*]Plugin options should no longer cause errors for ElvUI and GW2_UI
[/LIST]

[B]Fixed (81.3)[/B]
[LIST]
[*]Resolved an error when both the Achievement Window and the Calendar are open
[/LIST]

[B]Removed (81.3)[/B]
[LIST]
[*]Plunderstorm event
[/LIST]
12 changes: 6 additions & 6 deletions DataAddons/Retail/10_Dragonflight/AchievementData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3002,15 +3002,15 @@ KrowiAF.AchievementData["10_02_06"] = {
},
{ -- Plunder Wonder
20508,
{
{"Event", 1601},
},
-- {
-- {"Event", 1601},
-- },
},
{ -- Plunderkind
20509,
{
{"Event", 1601},
},
-- {
-- {"Event", 1601},
-- },
},
};

Expand Down
42 changes: 21 additions & 21 deletions DataAddons/Retail/11_TheWarWithin/AchievementData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1285,47 +1285,47 @@ KrowiAF.AchievementData["11_00_07"] = {
{41149}, -- The Severed Threads
{ -- Lub and Plunder
41152,
{
{"Event", 1601},
},
-- {
-- {"Event", 1601},
-- },
},
{ -- Swabbie Swag
41153,
{
{"Event", 1601},
},
-- {
-- {"Event", 1601},
-- },
},
{ -- Decked Out
41154,
{
{"Event", 1601},
},
-- {
-- {"Event", 1601},
-- },
},
{ -- Buckled Up
41156,
{
{"Event", 1601},
},
-- {
-- {"Event", 1601},
-- },
},
{ -- Plunder Siege
41157,
{
{"Event", 1601},
},
-- {
-- {"Event", 1601},
-- },
},
{ -- It's a Plunderful Life
41160,
{
{"Event", 1601},
},
-- {
-- {"Event", 1601},
-- },
},
{41161}, -- Council of Dornogal
{41162}, -- Cornerstone of Dornogal
{ -- Lord of the Bling
41163,
{
{"Event", 1601},
},
-- {
-- {"Event", 1601},
-- },
},
{41164}, -- We Rise Anew
{41165}, -- Assembly of the Deeps
Expand Down
16 changes: 8 additions & 8 deletions DataAddons/Retail/11_TheWarWithin/EventData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ KrowiAF.EventData.TheWarWithin = {
-- addon.L["Other"],
-- 2
-- },
{ -- Plunderstorm
{1601, 1633, 1634, 1635}, type.Calendar,
1680,
4203076,
addon.L["Plunderstorm"],
addon.L["Other"],
2
},
-- { -- Plunderstorm
-- {1601, 1633, 1634, 1635}, type.Calendar,
-- 1680,
-- 4203076,
-- addon.L["Plunderstorm"],
-- addon.L["Other"],
-- 2
-- },
{ -- Theater Troupe: The Wanderer: Next
7943, type.World,
1676,
Expand Down

0 comments on commit c5989c8

Please sign in to comment.