add improved wingclip, entrapment, disarm to DRs

This commit is contained in:
Sumsebrum 2022-02-05 04:17:41 +01:00
parent 803abd6f07
commit 09bfb99681

View File

@ -182,7 +182,13 @@ Data.spells = {
--[[ RANDOM ROOTS ]]--
-- Improved Hamstring
[23694] = "rndroot",
-- Entrapment (Hunter Talent)
[19185] = "rndroot",
-- Improved Wingclip
[19229] = "rndroot",
-- Frostbite
[12494] = "rndroot",
@ -244,7 +250,10 @@ Data.spells = {
[10912] = "charm",
-- Counterattack
[19306] = "counterattack"
[19306] = "counterattack",
-- Disarm
[676] = "disarm",
}
-- DR Category names
@ -267,7 +276,8 @@ Data.typeNames = {
["repentance"] = "Repentance",
["dragonsbreath"] = "Dragon's Breath",
["ua"] = "Unstable Affliction Silence",
["counterattack"] = "Counterattack Immobilize"
["counterattack"] = "Counterattack Immobilize",
["disarm"] = "Disarm"
}
-- Categories that have DR in PvE as well as PvP