mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- Added spellids for silence from elemental slayer enchant + unglyphed avenger's shield
This commit is contained in:
@ -103,8 +103,10 @@ local FearCCList = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
local SilenceCCList = {
|
local SilenceCCList = {
|
||||||
-- Avenger's Shield
|
-- Avenger's Shield with Daze (unsure, need to test if this is needed with the Glyph, otherwise 31935 covers it)
|
||||||
63529,
|
63529,
|
||||||
|
-- Avenger's Shield without Daze glyph
|
||||||
|
31935,
|
||||||
-- Silence
|
-- Silence
|
||||||
15487,
|
15487,
|
||||||
-- Silencing Shot
|
-- Silencing Shot
|
||||||
@ -133,6 +135,8 @@ local SilenceCCList = {
|
|||||||
51722,
|
51722,
|
||||||
-- Psychic Horror
|
-- Psychic Horror
|
||||||
64058,
|
64058,
|
||||||
|
-- Elemental Disruption (weapon enchant)
|
||||||
|
74208,
|
||||||
}
|
}
|
||||||
|
|
||||||
local RootCCList = {
|
local RootCCList = {
|
||||||
|
Reference in New Issue
Block a user