View Single Post
08-26-12, 07:26 AM   #148
Meorawr
A Chromatic Dragonspawn
AddOn Author - Click to view addons
Join Date: Nov 2010
Posts: 193
Fixed that one too. Thanks

If you want to fix it locally yourself without waiting for an update, change the following:

PowerAuras\Classes\Triggers\SpellOffCooldown.lua (line 45):
Lua Code:
  1. local classGCD = nil;

Change it to:
Lua Code:
  1. local classGCD = 0;

Edit: Not sure if I can release today, my beta installation seems to have broken (locks up about a fifth of the way during the loading bar).

Last edited by Meorawr : 08-26-12 at 07:48 AM.