From 8582efa99d238012070154b0f35b57523bd6e012 Mon Sep 17 00:00:00 2001 From: Taracque Date: Thu, 16 Oct 2014 10:56:18 +0200 Subject: [PATCH] Fixed GetSpellInfo calls --- Elementarist.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Elementarist.lua b/Elementarist.lua index 00ef560..0558dc5 100755 --- a/Elementarist.lua +++ b/Elementarist.lua @@ -873,7 +873,7 @@ function Elementarist:DecideSpells() end Elementarist:SetTexture(Elementarist.textureList["next"],GetSpellTexture(spell)) - local _,_,_,_,_,_,ct1=GetSpellInfo(spell) + local _,_,_,ct1=GetSpellInfo(spell) if (not ct1) then ct1 = 0 else @@ -882,7 +882,7 @@ function Elementarist:DecideSpells() local spell1 = Elementarist:NextSpell(ct1,spell) Elementarist:SetTexture(Elementarist.textureList["next1"],GetSpellTexture(spell1)) - local _,_,_,_,_,_,ct2=GetSpellInfo(spell1) + local _,_,_,ct2=GetSpellInfo(spell1) if (not ct2) then ct2 = 0 else -- 1.7.9.5