mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Add more Polymorph ranks
This commit is contained in:
@ -4,6 +4,7 @@ v1.14.16:
|
||||
|
||||
- Exposed the option in the Totems module to hide the Blizzard Totems frame or not, and changed the default value to not hide when on a version of the game that doesn't support right-clicking to destroy totems (any version after Wrath). This enables using the default Totems frame to cancel totems early.
|
||||
- Fixed a reported error when playing Darkmoon Faire games.
|
||||
- Added a few more Polymorph ranks to TargetCC for Classic. I'm sure there are more missing.
|
||||
|
||||
v1.14.15:
|
||||
|
||||
|
@ -72,10 +72,20 @@ local IncapacitateCCList = {
|
||||
19503,
|
||||
-- Sleep
|
||||
700,
|
||||
-- Polymorph
|
||||
-- Polymorph (rank 1)
|
||||
118,
|
||||
-- Also Polymorph
|
||||
65801,
|
||||
-- Polymorph rank 2
|
||||
12824,
|
||||
-- Polymorph rank 3
|
||||
12825,
|
||||
-- Polymorph rank 4
|
||||
12826,
|
||||
-- Polymorph: Pig
|
||||
28272,
|
||||
-- Also Polymorph: Pig
|
||||
28285,
|
||||
-- Polymorph: Turtle
|
||||
28271,
|
||||
-- Polymorph: Penguin
|
||||
|
@ -4,6 +4,7 @@ v1.14.16:
|
||||
|
||||
- Exposed the option in the Totems module to hide the Blizzard Totems frame or not, and changed the default value to not hide when on a version of the game that doesn't support right-clicking to destroy totems (any version after Wrath). This enables using the default Totems frame to cancel totems early.
|
||||
- Fixed a reported error when playing Darkmoon Faire games.
|
||||
- Added a few more Polymorph ranks to TargetCC for Classic. I'm sure there are more missing.
|
||||
|
||||
v1.14.15:
|
||||
|
||||
|
Reference in New Issue
Block a user