Skip to content

Commit 046feb6

Browse files
committed
Merge branch 'development' into pr/Anyalah/398
2 parents 0e82e6b + bf34bca commit 046feb6

18 files changed

+49
-31
lines changed

AtlasLootClassic/AtlasLootClassic_Vanilla.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11403
1+
## Interface: 11404
22
## Author: Lag
33
## Version: @project-version@
44
## SavedVariables: AtlasLootClassicDB

AtlasLootClassic/AtlasLootClassic_Wrath.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 30404
1+
## Interface: 30404
22
## Author: Lag
33
## Version: @project-version@
44
## SavedVariables: AtlasLootClassicDB

AtlasLootClassic/Data/Companion.lua

+10-3
Original file line numberDiff line numberDiff line change
@@ -666,11 +666,12 @@ local EventFrame = CreateFrame("FRAME")
666666
EventFrame:RegisterEvent("COMPANION_LEARNED")
667667
EventFrame:RegisterEvent("COMPANION_UNLEARNED")
668668
EventFrame:RegisterEvent("COMPANION_UPDATE")
669+
669670
local function UpdateKnownCompanions(typ)
670671
if GetNumCompanions(typ) <= 0 then return end
671-
672+
672673
if typ == "MOUNT" then
673-
674+
674675
mountIDs = C_MountJournal.GetMountIDs() --List of all avalible MountIDs
675676
mountCounter = 1 --loop counter
676677
while mountCounter <= #mountIDs do
@@ -681,7 +682,7 @@ local function UpdateKnownCompanions(typ)
681682
else
682683
for i = 1, GetNumCompanions(typ) do
683684
local creatureID = GetCompanionInfo(typ, i) -- creatureID, creatureName, spellID, icon, active
684-
685+
685686
COLLECTED_COMPANIONS[creatureID] = true
686687
end
687688
end
@@ -696,6 +697,12 @@ local function EventFrame_OnEvent(frame, event, arg1)
696697
end
697698
EventFrame:SetScript("OnEvent", EventFrame_OnEvent)
698699

700+
if C_MountJournal then
701+
702+
else
703+
704+
end
705+
699706
-- first companion scan
700707
local function OnInit()
701708
EventFrame_OnEvent()

AtlasLootClassic/Documentation/Release_Notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ
77

88
- Add Defiler Scourgestone Vendor
99
- Update Dalaran Vendor
10-
- #397, #388 Update to use new Mount API
10+
- #397, #388 Update to use new Mount API
1111
- #396 Added "Maiden of Grief" Missing items in Titan Rune Beta - Halls of Stone
1212
- #395 Fixed "King Dred" Wrong loot in Titan Rune Beta - Drak'Tharon Keep
1313
- #394 Fixed "The Prophet Tharon'ja" Wrong loot in Titan Rune Beta - Drak'Tharon Keep

AtlasLootClassic_Collections/AtlasLootClassic_Collections_Vanilla.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11403
1+
## Interface: 11404
22
## Author: Lag
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_Collections/AtlasLootClassic_Collections_Wrath.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 30402
1+
## Interface: 30403
22
## Author: Lag
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_Collections/data-wrath.lua

+5-5
Original file line numberDiff line numberDiff line change
@@ -1752,11 +1752,11 @@ data["HalloweenWrath"] = {
17521752
{ -- SMHeadlessHorseman
17531753
name = C_Map_GetAreaInfo(796).." - "..AL["Headless Horseman"],
17541754
[NORMAL_DIFF] = {
1755-
{ 1, 49121 }, -- Ring of Ghoulish Glee
1756-
{ 2, 49123 }, -- The Horseman's Seal
1757-
{ 3, 49124 }, -- Wicked Witch's Band
1758-
{ 5, 49126 }, -- The Horseman's Horrific Helm
1759-
{ 6, 49128 }, -- The Horseman's Baleful Blade
1755+
{ 1, 211817 }, -- Ring of Ghoulish Glee
1756+
{ 2, 211844 }, -- The Horseman's Seal
1757+
{ 3, 211847 }, -- Wicked Witch's Band
1758+
{ 5, 211850 }, -- The Horseman's Horrific Helm
1759+
{ 6, 211851 }, -- The Horseman's Baleful Blade
17601760
{ 8, 33292 }, -- Hallowed Helm
17611761
{ 10, 34068 }, -- Weighted Jack-o'-Lantern
17621762
{ 12, 33277 }, -- Tome of Thomas Thomson

AtlasLootClassic_Crafting/AtlasLootClassic_Crafting_Vanilla.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11403
1+
## Interface: 11404
22
## Author: Lag
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_Crafting/data-wrath.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ data["JewelcraftingWrath"] = {
12411241
[NORMAL_DIFF] = {
12421242
{ 1, 66498 }, -- Sparkling Majestic Zircon
12431243
{ 2, 66497 }, -- Solid Majestic Zircon
1244-
{ 3, 66498 }, -- Lustrous Majestic Zircon
1244+
{ 3, 66500 }, -- Lustrous Majestic Zircon
12451245
{ 4, 66499 }, -- Stormy Majestic Zircon
12461246
{ 6, 53953 }, -- Sparkling Sky Sapphire
12471247
{ 7, 53952 }, -- Solid Sky Sapphire

AtlasLootClassic_Data/AtlasLootClassic_Data_Vanilla.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11403
1+
## Interface: 11404
22
## Author: Lag
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_Data/source.lua

+6-1
Original file line numberDiff line numberDiff line change
@@ -3695,7 +3695,12 @@ local SOURCE_DATA = {
36953695
[51805] = {4,14,1},
36963696
[51806] = {4,14,1},
36973697
[51807] = {4,14,1},
3698-
[51808] = {4,14,1}
3698+
[51808] = {4,14,1},
3699+
[211817] = {9,8,1},
3700+
[211844] = {9,8,1},
3701+
[211847] = {9,8,1},
3702+
[211850] = {9,8,1},
3703+
[211851] = {9,8,1}
36993704
}
37003705
}
37013706
--##END-DATA##

AtlasLootClassic_DungeonsAndRaids/AtlasLootClassic_DungeonsAndRaids_Vanilla.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11403
1+
## Interface: 11404
22
## Author: Lag
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_DungeonsAndRaids/data.lua

+5-5
Original file line numberDiff line numberDiff line change
@@ -1313,11 +1313,11 @@ data["ScarletMonasteryGraveyard"] = {
13131313
AtlasMapBossID = nil,
13141314
ExtraList = true,
13151315
[NORMAL_DIFF] = {
1316-
{ 1, 49121 }, -- Ring of Ghoulish Glee
1317-
{ 2, 49123 }, -- The Horseman's Seal
1318-
{ 3, 49124 }, -- Wicked Witch's Band
1319-
{ 5, 49126 }, -- The Horseman's Horrific Helm
1320-
{ 6, 49128 }, -- The Horseman's Baleful Blade
1316+
{ 1, 211817 }, -- Ring of Ghoulish Glee
1317+
{ 2, 211844 }, -- The Horseman's Seal
1318+
{ 3, 211847 }, -- Wicked Witch's Band
1319+
{ 5, 211850 }, -- The Horseman's Horrific Helm
1320+
{ 6, 211851 }, -- The Horseman's Baleful Blade
13211321
{ 8, 33292 }, -- Hallowed Helm
13221322
{ 10, 34068 }, -- Weighted Jack-o'-Lantern
13231323
{ 12, 33277 }, -- Tome of Thomas Thomson

AtlasLootClassic_Factions/AtlasLootClassic_Factions_Vanilla.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11403
1+
## Interface: 11404
22
## Author: Lag
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_Factions/data-wrath.lua

+3-1
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,11 @@ data["TheAshenVerdict"] = {
405405
{ 21, 49958 }, -- Pattern: Blessed Cenarion Boots (p7 450)
406406
{ 22, 49963 }, -- Pattern: Earthsoul Boots (p7 450)
407407
{ 23, 49961 }, -- Pattern: Footpads of Impending Death (p7 450)
408-
{ 25, 49966 }, -- Pattern: Rock-Steady Treads (p7 450)
408+
{ 24, 49966 }, -- Pattern: Rock-Steady Treads (p7 450)
409409
{ 26, 49954 }, -- Pattern: Deathfrost Boots (p8 450)
410410
{ 27, 49956 }, -- Pattern: Sandals of Consecration (p8 450)
411+
{ 29, 52022 }, -- Plans: Shatter Rounds (p4 450)
412+
{ 30, 52023 }, -- Plans: Iceblade Arrow (p4 450)
411413
},
412414
},
413415
{ -- Friendly 5

AtlasLootClassic_Options/AtlasLootClassic_Options_Vanilla.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11403
1+
## Interface: 11404
22
## Author: Lag
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

AtlasLootClassic_PvP/AtlasLootClassic_PvP_Vanilla.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11403
1+
## Interface: 11404
22
## Author: Lag
33
## Version: @project-version@
44
## Dependencies: AtlasLootClassic

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ
44

55
[Changelog history](https://github.com/Hoizame/AtlasLootClassic/blob/master/AtlasLootClassic/Documentation/Release_Notes.md)
66

7-
## v3.1.4 (Oct. 10, 2023)
7+
## v3.2.0 (Oct. 22, 2023)
88

9+
- update .toc version
10+
- fix lua error with companions
11+
- Hallow's End update PR #416
12+
- Fix epic blue gem id, add Ashen Verdict engineering PR #413
913
- Add Defiler Scourgestone Vendor
1014
- Update Dalaran Vendor
11-
- #397, #388 Update to use new Mount API
15+
- #397, #388 Update to use new Mount API
1216
- #396 Added "Maiden of Grief" Missing items in Titan Rune Beta - Halls of Stone
1317
- #395 Fixed "King Dred" Wrong loot in Titan Rune Beta - Drak'Tharon Keep
1418
- #394 Fixed "The Prophet Tharon'ja" Wrong loot in Titan Rune Beta - Drak'Tharon Keep
1519
- #393 Added Missing Leatherworking Fur Linings
1620
- #391 Added Enchanting Cloak Resistances (Arcane, Fire, Frost, Nature, Shadow), Removed Duplicates
17-
- #387 Fixed Incorrect Set Links for Death Knight Season 7 PvP Set
18-
- #381 Added "Six Shared Loot Bosses" Missing items in Titan Rune Beta - Violet Hold
21+
- #387 Fixed Incorrect Set Links for Death Knight Season 7 PvP Set
22+
- #381 Added "Six Shared Loot Bosses" Missing items in Titan Rune Beta - Violet Hold

0 commit comments

Comments
 (0)