Skip to content

Commit

Permalink
Compatibility: Clearcast detection works again
Browse files Browse the repository at this point in the history
  • Loading branch information
homo-programmatis committed Dec 23, 2018
1 parent 23beedd commit bc96129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CatRotationHelper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local g_Addon = getfenv(0)[THIS_ADDON_NAME];
local g_Consts = g_Addon.Constants;

-- spellIDs
local CRH_SPELLID_CLEARCAST = 16870;
local CRH_SPELLID_CLEARCAST = 135700;

-- state variables
local g_IsMovingFrames = false;
Expand Down

0 comments on commit bc96129

Please sign in to comment.