9 - Missing / incorrect cooldowns
The cooldown for Titanium is incorrect - it doesn't share a cooldown with others. The cooldowns for Moonshroud, Ebonweave and Spellweave are missing. The following patch (-U 0) can fix this:
@@ -305 +305 @@
- self:AddSpellMatrixLine(GetSpellInfo(60350),cooldownItemName) -- Transmute: Titanium
+ self:AddSpellMatrixLine(GetSpellInfo(60350),nil) -- Transmute: Titanium
@@ -321,0 +322,3 @@
+ self:AddSpellMatrixLine(GetSpellInfo(56001),nil) -- Moonshroud
+ self:AddSpellMatrixLine(GetSpellInfo(56002),nil) -- Ebonweave
+ self:AddSpellMatrixLine(GetSpellInfo(56003),nil) -- Spellweave
| User | When | Change |
|---|---|---|
| Simes | Fri, 16 Jan 2009 17:58:37 | Create |