Skip to content

Commit

Permalink
ZG token class identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Apr 13, 2021
1 parent a560d75 commit a57a96c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 10 deletions.
18 changes: 9 additions & 9 deletions AtlasLootClassic/Data/Token.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ local TOKEN = {
[19236] = 19228, -- Eight of Beasts

-- Zul'Gurub
[19724] = { 19841, 19834, 19831 }, -- Primal Hakkari Aegis
[19717] = { 19830, 19836, 19824 }, -- Primal Hakkari Armsplint
[19716] = { 19827, 19846, 19833 }, -- Primal Hakkari Bindings
[19719] = { 19829, 19835, 19823 }, -- Primal Hakkari Girdle
[19723] = { 20033, 20034, 19822 }, -- Primal Hakkari Kossack
[19720] = { 19842, 19849, 19839 }, -- Primal Hakkari Sash
[19721] = { 19826, 19845, 19832 }, -- Primal Hakkari Shawl
[19718] = { 19843, 19848, 19840 }, -- Primal Hakkari Stanchion
[19722] = { 19828, 19825, 19838 }, -- Primal Hakkari Tabard
[19724] = { ICONS.HUNTER, 19831, 0, ICONS.ROGUE, 19834, 0, ICONS.PRIEST, 19841, type = 6 }, -- Primal Hakkari Aegis
[19717] = { ICONS.WARRIOR, 19824, 0, ICONS.ROGUE, 19836, 0, ICONS.SHAMAN, 19830, type = 6 }, -- Primal Hakkari Armsplint
[19716] = { ICONS.PALADIN, 19827, 0, ICONS.HUNTER, 19833, 0, ICONS.MAGE, 19846, type = 6 }, -- Primal Hakkari Bindings
[19719] = { ICONS.WARRIOR, 19823, 0, ICONS.ROGUE, 19835, 0, ICONS.SHAMAN, 19829, type = 6 }, -- Primal Hakkari Girdle
[19723] = { ICONS.WARRIOR, 19822, 0, ICONS.MAGE, 20034, 0, ICONS.WARLOCK, 20033, type = 6 }, -- Primal Hakkari Kossack
[19720] = { ICONS.PRIEST, 19842, 0, ICONS.WARLOCK, 19849, 0, ICONS.DRUID, 19839, type = 6 }, -- Primal Hakkari Sash
[19721] = { ICONS.PALADIN, 19826, 0, ICONS.HUNTER, 19832, 0, ICONS.MAGE, 19845, type = 6 }, -- Primal Hakkari Shawl
[19718] = { ICONS.PRIEST, 19843, 0, ICONS.WARLOCK, 19848, 0, ICONS.DRUID, 19840, type = 6 }, -- Primal Hakkari Stanchion
[19722] = { ICONS.PALADIN, 19825, 0, ICONS.SHAMAN, 19828, 0, ICONS.DRUID, 19838, type = 6 }, -- Primal Hakkari Tabard

-- AQ40
[21237] = { 21268, 21273, 21275, type = 6 }, -- Imperial Qiraji Regalia
Expand Down
27 changes: 27 additions & 0 deletions AtlasLootClassic_Data/source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2680,6 +2680,31 @@ local SOURCE_DATA = {
[19819] = {29,18,1},
[19820] = {29,18,1},
[19821] = {29,18,1},
[19822] = 19723,
[19823] = 19719,
[19824] = 19717,
[19825] = 19722,
[19826] = 19721,
[19827] = 19716,
[19828] = 19722,
[19829] = 19719,
[19830] = 19717,
[19831] = 19724,
[19832] = 19721,
[19833] = 19716,
[19834] = 19724,
[19835] = 19719,
[19836] = 19717,
[19838] = 19722,
[19839] = 19720,
[19840] = 19718,
[19841] = 19724,
[19842] = 19720,
[19843] = 19718,
[19845] = 19721,
[19846] = 19716,
[19848] = 19718,
[19849] = 19720,
[19852] = {29,13,1},
[19853] = {29,13,1},
[19854] = {29,13,1},
Expand Down Expand Up @@ -2771,6 +2796,8 @@ local SOURCE_DATA = {
[20007] = {[3] = 7,[4] = 24365},
[20008] = {[3] = 7,[4] = 24367},
[20032] = {29,3,1},
[20033] = 19723,
[20034] = 19723,
[20038] = {29,4,1},
[20039] = {[3] = 5,[4] = 24399},
[20074] = {[3] = 9,[4] = 24418},
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ
- reimplement a basic class filter for loot pages
- add source tooltip support for tokens
- (classic) move Lady Falther'ess from Razorfen Downs into extra list and mark as Scourge Invasions npc
- (classic) add class icons for tokens from: Nax, AQ40, AQ20
- (classic) add class icons for tokens from: Nax, AQ40, AQ20, ZG
- (bc) add bc support
- (bc) add dungeons and raids
- (bc) add Tier token items
Expand Down

0 comments on commit a57a96c

Please sign in to comment.