Skip to content

Commit 701f395

Browse files
committed
update spell tables
1 parent 627aa8d commit 701f395

File tree

4 files changed

+72
-13
lines changed

4 files changed

+72
-13
lines changed

core/blacklist.lua

Lines changed: 63 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -363,24 +363,77 @@ end
363363
--------------------------------------------------
364364
if Filger.isRetail then
365365
local data = {
366-
-- DRUID
367-
[400734] = true, -- After the Wildfire
366+
-- Classes
367+
-- DEMONHUNTER
368+
[452550] = true, -- Monster Rising
369+
[453314] = true, -- Enduring Torment
368370

369-
-- MONK
370-
[383733] = true, -- Training of Niuzao
371-
[450552] = true, -- Jade Walk
372-
[450572] = true, -- Flow of Chi
373-
[450574] = true, -- Flow of Chi
371+
-- DRUID
372+
[400734] = true, -- After the Wildfire
374373

375-
-- PRIEST
376-
[21562] = true, -- Power Word: Fortitude
374+
-- MONK
375+
[383733] = true, -- Training of Niuzao
376+
[450552] = true, -- Jade Walk
377+
[450572] = true, -- Flow of Chi
378+
[450574] = true, -- Flow of Chi
379+
380+
-- PRIEST
381+
[21562] = true, -- Power Word: Fortitude
382+
383+
-- SHAMAN
384+
[462854] = true, -- Skyfury
385+
386+
-- WARRIOR
387+
[386196] = true, -- Berserker Stance
377388

378389
-- Mount
379390
[404464] = true, -- Flight Style: Skyriding
380391
[404468] = true, -- Flight Style: Steady
381392

382393
-- Mythic+
383-
[206150] = true, -- Challenger's Might
394+
[206150] = true, -- Challenger's Might
395+
396+
-- Items
397+
[452226] = true, -- Spiderling (Ara-Kara Sacbrood)
398+
-- Tome of Light's Devotion
399+
[450699] = true, -- "The 50 Verses of Radiance"
400+
[450696] = true, -- "The 50 Verses of Radiance"
401+
[450720] = true, -- Inner Radiance
402+
[450706] = false, -- Inner Radiance
403+
404+
-- Warband
405+
[430191] = true, -- Warband Mentored Leveling
406+
[225788] = true, -- Sign of the Emissary
407+
408+
[17619] = true, -- Alchemist Stone
409+
[72968] = true, -- Precious's Ribbon
410+
[203533] = true, -- Black Icey Bling
411+
[225788] = true, -- Sign of the Emissary
412+
[306600] = true, -- Experience Eliminated
413+
[347600] = true, -- Infused Ruby Tracking
414+
[397734] = true, -- Word of a Worthy Ally
415+
[456820] = true, -- Ride Along
416+
[417275] = true, -- Greater Encapsulated Destiny
417+
418+
-- Factions
419+
[442983] = true, -- Vizier's Savvy
420+
[462806] = true, -- Vizier's Supremacy
421+
[440645] = true, -- Fire Flies
422+
[443248] = true, -- Azj-Kahet Pheromones
423+
424+
-- Weekly
425+
[335148] = true, -- Sign of the Twisting Nether
426+
-- [452307] = true, -- Sign of the Past
427+
-- [455020] = true, -- WoW's Anniversary
428+
[471521] = true, -- Sign of the Explorer
429+
430+
-- Costumes
431+
[16739] = true, -- Orb of Deception
432+
[96312] = true, -- Kalytha's Haunted Locket
433+
[245686] = true, -- Fashionable!
434+
435+
-- Professions
436+
[442981] = true, -- Weaver's Tutelage
384437
}
385438

386439
import(data, blacklist)

core/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Filger.config = {
179179
unit = "player",
180180
filter = "COOLDOWN",
181181
caster = "player",
182-
anchor = { "CENTER", UIParent, "BOTTOM", 0, 259 },
182+
anchor = { "CENTER", UIParent, "BOTTOM", 0, 175 },
183183
limit = 8,
184184
size = 38,
185185
max_size = 40,

core/cooldowns.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,9 @@ if Filger.isRetail then
541541
-- General
542542
CreateSpellCooldown(187827), -- Metamorphosis
543543
CreateSpellCooldown(196718), -- Darkness
544+
CreateSpellCooldown(204596), -- Sigil of Flames
544545
CreateSpellCooldown(207684), -- Sigil of Misery
546+
CreateSpellCooldown(370965), -- The Hunt
545547
CreateSpellCooldown(390163), -- Sigil of Spite
546548

547549
-- Havoc

core/spells.lua

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ if Filger.isRetail then
8989
local data = {
9090
["DEMONHUNTER"] = {
9191
-- Vengeance
92-
[263648] = Filger:CreateSpellPriority(7), -- Soul Barrier
93-
[203718] = Filger:CreateSpellPriority(6), -- Demon Spike
92+
[203719] = Filger:CreateSpellPriority(6), -- Demon Spikes
9493
[212988] = Filger:CreateSpellPriority(8), -- Painbringer
94+
[258920] = Filger:CreateSpellPriority(8), -- Immolation Aura
95+
[263648] = Filger:CreateSpellPriority(7), -- Soul Barrier
9596
[391234] = Filger:CreateSpellPriority(8), -- Soulmonger
9697
},
9798
["DEATHKNIGHT"] = {
@@ -126,6 +127,9 @@ if Filger.isRetail then
126127
[260242] = Filger:CreateSpellPriority(7), -- Precise Shot
127128
[342076] = Filger:CreateSpellPriority(7), -- Streamline
128129
},
130+
["MAGE"] = {
131+
[384267] = Filger:CreateSpellPriority(3), -- Siphon Storm
132+
},
129133
["MONK"] = {
130134
-- Brewmaster
131135
[120954] = Filger:CreateSpellPriority(1), -- Fortifying Brew

0 commit comments

Comments
 (0)