Skip to content

Commit c283304

Browse files
committed
fix(db): updated achievement ids of Zandalari Direhorn and Caravan Hyena [cf#153](https://legacy.curseforge.com/wow/addons/mount-journal-enhanced/issues/153)
1 parent 5c765ef commit c283304

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Database/Database.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ ADDON.DB.Source = {
938938
-- Battle for Azeroth
939939
[213350] = { 12931, 12932 }, -- Frostshard Infernal - No Stable Big Enough
940940
[280729] = { 12933, 12934 }, -- Frenzied Feltalon - A Horde of Hoofbeats
941-
[263707] = 13206, -- Zandalari Direhorn - Allied Races: Zandalari Troll
941+
[263707] = 13161, -- Zandalari Direhorn - Allied Races: Zandalari Troll
942942
[267274] = 12518, -- Mag'har Direwolf - Allied Races: Mag'har Orc
943943
[271646] = 12515, -- Dark Iron Core Hound - Allied Races: Dark Iron Dwarf
944944
[239049] = 12812, -- Obsidian Krolusk - Glory of the Wartorn Hero
@@ -954,7 +954,7 @@ ADDON.DB.Source = {
954954
[294197] = 13931, -- Obsidian Worldbreaker - Memories of Fel, Frost and Fire
955955
[305182] = { 13994, 41929 }, -- Black Serpent of N'Zoth - Through the Depths of Visions
956956
[305592] = 14013, -- Mechagon Mechanostrider - Allied Races: Mechagnome
957-
[306423] = 13161, -- Caravan Hyena - Allied Races: Vulpera
957+
[306423] = 13206, -- Caravan Hyena - Allied Races: Vulpera
958958
[316343] = 14146, -- Wriggling Parasite - Glory of the Ny'alotha Raider
959959
[405623] = 13541, -- Armadillo Roller - Mecha-Done
960960

@@ -1010,7 +1010,7 @@ ADDON.DB.Source = {
10101010
[447195] = 40702, -- Swarmite Skyhunter - Swarmite Skyhunter
10111011
[448188] = 40662, -- Machine Defense Unit 1-11 - It's not much
10121012
[448850] = 40539, -- Kah, Legend of the Deep - The Derby Dash
1013-
[449415] = {40306, 40307}, -- Slatestone Ramolith - Allied Races: Earthen
1013+
[449415] = 40307, -- Slatestone Ramolith - Allied Races: Earthen
10141014
[452779] = 40438, -- Ivory Goliathus - Glory of the Delver
10151015
[303767] = 40956, -- Honeyback Hivemother - I'm On Island Time
10161016
[448934] = 41201, -- Shadow of Doubt - You Xal Not Pass

0 commit comments

Comments
 (0)