Mercurial > wow > skeencore3beastmasteryhunter
diff SkeenCore3BeastMasteryHunter.lua @ 15:6ac320834be1 v1.4.5
Issue fixed
| author | Emil Madsen <skeen@cs.au.dk> |
|---|---|
| date | Thu, 06 Sep 2012 21:56:35 +0200 |
| parents | 1040ce99b400 |
| children | 58086ea2f944 |
line wrap: on
line diff
--- a/SkeenCore3BeastMasteryHunter.lua Thu Sep 06 14:09:21 2012 +0200 +++ b/SkeenCore3BeastMasteryHunter.lua Thu Sep 06 21:56:35 2012 +0200 @@ -58,7 +58,7 @@ else spell.next = SerpentStingID --SS; end - if (kill_command_cooldown < 1) then + elseif (kill_command_cooldown < 1) then if (focus >= 40) then spell.current = KillCommandID --KC else
