From 818d6d8e732473a024782b737711013bce75fc8b Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Sun, 23 Sep 2012 03:29:23 +0000 Subject: [PATCH] Rogue Shadow Blades ability causes an extra combo point to be generated. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@544 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleState.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OvaleState.lua b/OvaleState.lua index 6c87679..8880243 100644 --- a/OvaleState.lua +++ b/OvaleState.lua @@ -192,6 +192,10 @@ function OvaleState:AddSpellToStack(spellId, startCast, endCast, nextCast, nocd, self.state.combo = 0 else self.state.combo = self.state.combo + newSpellInfo.combo + if self:GetAura("player", 121471, true) then + -- Shadow Blades generates an extra combo point. + self.state.combo = self.state.combo + 1 + end end if self.state.combo<0 then self.state.combo = 0 -- 1.7.9.5