diff --git a/changelog.md b/changelog.md index cbbf464..45472c7 100644 --- a/changelog.md +++ b/changelog.md @@ -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: diff --git a/modules/TargetCC.lua b/modules/TargetCC.lua index 35a0656..be1bca9 100644 --- a/modules/TargetCC.lua +++ b/modules/TargetCC.lua @@ -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 diff --git a/this_version.md b/this_version.md index ec23d6a..b565c8d 100644 --- a/this_version.md +++ b/this_version.md @@ -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: