Mercurial > wow > skeencore3beastmasteryhunter
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 14:bf392a65bd07 | 15:6ac320834be1 |
|---|---|
| 56 if (focus >= 25) then | 56 if (focus >= 25) then |
| 57 spell.current = SerpentStingID --SS; | 57 spell.current = SerpentStingID --SS; |
| 58 else | 58 else |
| 59 spell.next = SerpentStingID --SS; | 59 spell.next = SerpentStingID --SS; |
| 60 end | 60 end |
| 61 if (kill_command_cooldown < 1) then | 61 elseif (kill_command_cooldown < 1) then |
| 62 if (focus >= 40) then | 62 if (focus >= 40) then |
| 63 spell.current = KillCommandID --KC | 63 spell.current = KillCommandID --KC |
| 64 else | 64 else |
| 65 spell.next = KillCommandID --KC | 65 spell.next = KillCommandID --KC |
| 66 end | 66 end |
