FuBar_SkillsPlusFu

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

You must login to post a comment. Don't have an account? Register to get one!

Facts

Reported on
16 Jan 2009
Status
New - Issue has not had initial review yet.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.

Reported by

Possible assignees