Skip to content

Commit

Permalink
added snuffing & severed icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldenshacal committed Sep 1, 2024
1 parent 09135e7 commit 855b341
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
local FIRELIGHT_RUBY = 224642;
SNUFFLING = createHeader({
readable = "Snuffling",
--icon = "Interface\\Icons\\inv_cape_special_climbingpack_b_01",
icon = "Interface\\Icons\\inv_pet_mole",
text = {
en = "Snuffling",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-------------------------------------------------------------------
SEVERED_THREADS_PACT = createHeader({
readable = "Severed Threads Pact",
--icon = "Interface\\Icons\\inv_cape_special_climbingpack_b_01",
icon = "Interface\\Icons\\inv_axe_2h_nerubianraid_d_01",
text = {
en = "Severed Threads Pact",
},
Expand Down
12 changes: 6 additions & 6 deletions db/Cata/Categories.lua

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions db/Cata/LocalizationDB.lua
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,6 @@ localize(L.HEADER_NAMES, {
[-1000265] = SCROLL_OF_RESURRECTION,
[-1000266] = "Spirit of Competition",
[-1000267] = BATTLE_PET_SOURCE_9,
[-1000270] = "Ensembles",
[-1000271] = "Arsenals",
[-1000282] = select(1,GetCategoryInfo(162)),
[-1000283] = REFER_A_FRIEND,
[-1000284] = "WoW's Anniversary",
Expand Down Expand Up @@ -949,8 +947,6 @@ localize(L.HEADER_ICONS, {
[-1000265] = _.asset("Promotion_Scroll_of_Rez"),
[-1000266] = "Interface/Icons/inv_jewelry_amulet_03",
[-1000267] = "Interface/Icons/ACHIEVEMENT_GUILDPERK_LADYLUCK",
[-1000270] = "Interface/Icons/inv_chest_leather_08",
[-1000271] = "Interface/Icons/inv_mace_1h_bastionquest_b_02",
[-1000282] = _.asset("Holiday_brewfest"),
[-1000283] = "Interface/Icons/achievement_reputation_08",
[-1000284] = "Interface/Icons/inv_misc_celebrationcake_01",
Expand Down
48 changes: 24 additions & 24 deletions db/Retail/Categories.lua

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions db/Retail/LocalizationDB.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,8 @@ localize(L.HEADER_ICONS, {
[-1000957] = "Interface/Icons/ui_majorfactions_flame",
[-1000958] = "Interface/Icons/ui_majorfactions_web",
[-1000960] = "Interface/Icons/inv_dwarvenmechboss_bronze",
[-1000963] = "Interface/Icons/inv_pet_mole",
[-1000966] = "Interface/Icons/inv_axe_2h_nerubianraid_d_01",
[-1000967] = "Interface/Icons/inv_tabard_craftingorder_c_01",
[-1000973] = "Interface/Icons/spell_azerite_essence08",
[-1000975] = "Interface/Icons/inv_10_blacksmithing_consumable_key_color2",
Expand Down

0 comments on commit 855b341

Please sign in to comment.