Add more Polymorph ranks

This commit is contained in:
Parnic
2023-02-06 20:15:52 -06:00
parent 0e11a40d3a
commit 271bb38a69
3 changed files with 13 additions and 1 deletions

View File

@ -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:

View File

@ -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

View File

@ -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: