Skip to content

Commit

Permalink
Merge pull request #74 from Fethbita/master
Browse files Browse the repository at this point in the history
Diamond Ice ID is now fixed
  • Loading branch information
Tercioo authored Jun 8, 2020
2 parents 5227443 + ada9f48 commit c520bd2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
7 changes: 5 additions & 2 deletions Libs/DF/spells.lua
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,10 @@ DF.CooldownsBySpec = {
[194407] = 1, --Spitting Cobra (talent)

[186265] = 2, --Aspect of the Turtle
[109304] = 2, --Exhilaration

[19577] = 5, --Intimidation
[187650] = 5, --Freezing Trap
},
--marksmanship
[254] = {
Expand All @@ -366,6 +368,7 @@ DF.CooldownsBySpec = {
[109304] = 2, --Exhilaration

[19577] = 5, --Intimidation
[187650] = 5, --Freezing Trap
},

--MONK
Expand Down Expand Up @@ -656,8 +659,8 @@ DF.CrowdControlSpells = {
[209753] = "DRUID", --Cyclone (from pvp talent)
[33786] = "DRUID", --Cyclone (from pvp talent - resto druid)

[3355] = "HUNTER", --Freezing Trap
[3355] = "HUNTER", --Diamond Ice (from pvp talent)
[3355] = "HUNTER", --Freezing Trap
[203337] = "HUNTER", --Diamond Ice (from pvp talent)
[19577] = "HUNTER", --Intimidation
[190927] = "HUNTER", --Harpoon
[162480] = "HUNTER", --Steel Trap
Expand Down
16 changes: 10 additions & 6 deletions functions/spells.lua
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ do
[132764] = "HUNTER", -- "Dire Beast"
[160206] = "HUNTER", -- "Lone Wolf: Power of the Primates"
[13813] = "HUNTER", -- "Explosive Trap"
[60192] = "HUNTER", -- "Freezing Trap"
[187650] = "HUNTER", -- "Freezing Trap"
[172106] = "HUNTER", -- "Aspect of the Fox"
[162537] = "HUNTER", -- "Poisoned Ammo"
[162536] = "HUNTER", -- "Incendiary Ammo"
Expand Down Expand Up @@ -1649,6 +1649,7 @@ do
[33786] = true, -- Cyclone

--> hunter
[203337] = true, -- Diamond Ice (pvp talent)

--> mage

Expand Down Expand Up @@ -1708,8 +1709,8 @@ do
--hunter
[117405] = true, -- Binding Shot
[64803] = true, -- Entrapment
[3355] = true, -- Freezing trap
[203340] = true, -- Diamond Ice (pvp talent)
[3355] = true, -- Freezing Trap
[203337] = true, -- Diamond Ice (pvp talent)
[24394] = true, -- Intimidation (pet)
[128405] = true, -- Narrow Escape
[136634] = true, -- Narrow Wscape
Expand Down Expand Up @@ -1748,7 +1749,7 @@ do
[115078] = true, -- Paralysis
[116705] = true, -- Spear Hand Strike
[142895] = true, -- Incapacitated (ring of peace)
--paladin
[31935] = true, -- Avenger's Shield
[105421] = true, -- Blinding light
Expand All @@ -1768,7 +1769,7 @@ do
[15487] = true, -- Silence
[131556] = true, -- Sin and Punishment
[114404] = true, -- Void Tendril's Grasp
--rogue
[2094] = true, -- Blind
[1833] = true, -- Cheap shot
Expand All @@ -1786,7 +1787,7 @@ do
[118905] = true, -- Static Charge
[51490] = true, -- Thunderstorm
[57994] = true, -- Wind Shear
--warlock
[89766] = true, -- Axe Toss (Felguard)
[111397] = true, -- Blood Horror
Expand Down Expand Up @@ -2211,8 +2212,10 @@ do
[194407] = 1, --Spitting Cobra (talent)

[186265] = 2, --Aspect of the Turtle
[109304] = 2, --Exhilaration

[19577] = 5, --Intimidation
[187650] = 5, --Freezing Trap
},
--marksmanship
[254] = {
Expand All @@ -2232,6 +2235,7 @@ do
[109304] = 2, --Exhilaration

[19577] = 5, --Intimidation
[187650] = 5, --Freezing Trap
},

--MONK
Expand Down

0 comments on commit c520bd2

Please sign in to comment.