Skip to content

Commit

Permalink
Add support for polymorph ranks 2-4
Browse files Browse the repository at this point in the history
  • Loading branch information
funkjedi committed Sep 14, 2019
1 parent 04d38af commit 93928b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SheepMonitor.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: Sheep Monitor
## Notes: Provides various methods of notification to help you keep track of your flock.
## Author: funkjedi
## Version: 1.20
## Version: 1.21
## SavedVariables: SheepMonitorDatabase
## OptionalDeps: Ace3, LibAuras, LibAuraInfo-1.0

Expand Down
3 changes: 3 additions & 0 deletions auras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ SheepMonitor.auras = {}
-- theses are the cc auras that we track
SheepMonitor.trackableAuras = {
[118] = 'Interface\\Icons\\Spell_Nature_Polymorph', -- Polymorph
[12824] = 'Interface\\Icons\\Spell_Nature_Polymorph', -- Polymorph (Rank 2)
[12825] = 'Interface\\Icons\\Spell_Nature_Polymorph', -- Polymorph (Rank 3)
[12826] = 'Interface\\Icons\\Spell_Nature_Polymorph', -- Polymorph (Rank 4)
[28272] = 'Interface\\Icons\\Spell_Magic_PolymorphPig', -- Polymorph (Pig)
[28271] = 'Interface\\Icons\\Ability_Hunter_Pet_Turtle', -- Polymorph (Turtle)
[61780] = 'Interface\\Icons\\Achievement_WorldEvent_Thanksgiving', -- Polymorph (Turkey)
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.21
- added support for Polymorph (Rank 2), Polymorph (Rank 3) and Polymorph (Rank 4)

1.20
- updated for classic (tested only with Polymorph but others should/may work)

Expand Down

0 comments on commit 93928b4

Please sign in to comment.