add improved wingclip, entrapment, disarm to DRs
This commit is contained in:
parent
803abd6f07
commit
09bfb99681
@ -182,7 +182,13 @@ Data.spells = {
|
|||||||
--[[ RANDOM ROOTS ]]--
|
--[[ RANDOM ROOTS ]]--
|
||||||
-- Improved Hamstring
|
-- Improved Hamstring
|
||||||
[23694] = "rndroot",
|
[23694] = "rndroot",
|
||||||
|
|
||||||
|
-- Entrapment (Hunter Talent)
|
||||||
|
[19185] = "rndroot",
|
||||||
|
|
||||||
|
-- Improved Wingclip
|
||||||
|
[19229] = "rndroot",
|
||||||
|
|
||||||
-- Frostbite
|
-- Frostbite
|
||||||
[12494] = "rndroot",
|
[12494] = "rndroot",
|
||||||
|
|
||||||
@ -244,7 +250,10 @@ Data.spells = {
|
|||||||
[10912] = "charm",
|
[10912] = "charm",
|
||||||
|
|
||||||
-- Counterattack
|
-- Counterattack
|
||||||
[19306] = "counterattack"
|
[19306] = "counterattack",
|
||||||
|
|
||||||
|
-- Disarm
|
||||||
|
[676] = "disarm",
|
||||||
}
|
}
|
||||||
|
|
||||||
-- DR Category names
|
-- DR Category names
|
||||||
@ -267,7 +276,8 @@ Data.typeNames = {
|
|||||||
["repentance"] = "Repentance",
|
["repentance"] = "Repentance",
|
||||||
["dragonsbreath"] = "Dragon's Breath",
|
["dragonsbreath"] = "Dragon's Breath",
|
||||||
["ua"] = "Unstable Affliction Silence",
|
["ua"] = "Unstable Affliction Silence",
|
||||||
["counterattack"] = "Counterattack Immobilize"
|
["counterattack"] = "Counterattack Immobilize",
|
||||||
|
["disarm"] = "Disarm"
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Categories that have DR in PvE as well as PvP
|
-- Categories that have DR in PvE as well as PvP
|
||||||
|
Loading…
Reference in New Issue
Block a user