Skip to content

Commit

Permalink
Massimport quest data for Durotar
Browse files Browse the repository at this point in the history
  • Loading branch information
funjoker committed Jul 8, 2024
1 parent 9ecae1d commit 8f13922
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .contrib/Parser/DATAS/02 - Outdoor Zones/01 Kalimdor/Durotar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2194,6 +2194,7 @@ root(ROOTS.Zones, m(KALIMDOR, {
3108, -- Encrusted Surf Crawler
39004, -- Pygmy Surf Crawler
3106, -- Surf Crawler
3228, -- Corrupted Surf Crawler
},
}),
},
Expand Down Expand Up @@ -2653,6 +2654,7 @@ root(ROOTS.Zones, m(KALIMDOR, {
["crs"] = {
39452, -- Dreadmaw Toothgnasher
3110, -- Dreadmaw Crocolisk
3231, -- Corrupted Dreadmaw Crocolisk
},
}),
i(53372, { -- Hand Woven Vest
Expand Down Expand Up @@ -2919,10 +2921,10 @@ root(ROOTS.Zones, m(KALIMDOR, {
["timeline"] = { ADDED_4_0_3 },
["races"] = HORDE_ONLY,
["groups"] = {
objective(1, { -- 0/4 Razormane Quilboar
objective(1, { -- 0/4 Razormane Quilboar slain
["provider"] = { "n", 3111 }, -- Razormane Quilboar
}),
objective(2, { -- 0/4 Razormane Scout
objective(2, { -- 0/4 Razormane Scout slain
["provider"] = { "n", 3112 }, -- Razormane Scout
}),
},
Expand Down Expand Up @@ -3243,7 +3245,7 @@ root(ROOTS.Zones, m(KALIMDOR, {
["timeline"] = { ADDED_4_0_3 },
["races"] = HORDE_ONLY,
["groups"] = {
objective(1, { -- 0/1 Screamslash
objective(1, { -- 0/1 Screamslash slain
["provider"] = { "n", 39385 }, -- Screamslash
}),
i(53398, { -- Zen'Taji's Cloak
Expand Down Expand Up @@ -3439,6 +3441,11 @@ root(ROOTS.Zones, m(KALIMDOR, {
["coord"] = { 44.9, 14.7, DUROTAR },
["timeline"] = { ADDED_4_0_3 },
["races"] = HORDE_ONLY,
["groups"] = {
objective(1, { -- 0/8 Drowned Thunder Lizard removed
["provider"] = { "n", 39464 }, -- Drowned Thunder Lizard
}),
},
}),
q(786, { -- Thwarting Kolkar Aggression
["qg"] = 3140, -- Lar Prowltusk
Expand Down

0 comments on commit 8f13922

Please sign in to comment.