Skip to content

Commit

Permalink
update libclassiccasterino
Browse files Browse the repository at this point in the history
  • Loading branch information
kesava committed Jul 20, 2020
1 parent d54039a commit 3b9e7c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Author: d87
--]================]
if WOW_PROJECT_ID ~= WOW_PROJECT_CLASSIC then return end

local MAJOR, MINOR = "LibClassicCasterino", 32
local MAJOR, MINOR = "LibClassicCasterino", 33
local lib = LibStub:NewLibrary(MAJOR, MINOR)
if not lib then return end

Expand Down Expand Up @@ -105,7 +105,7 @@ local function CastStart(srcGUID, castType, spellName, spellID, overrideCastTime
end
local decreased = talentDecreased[spellID]
if decreased then
castTime = castTime - decreased
castTime = castTime - decreased*1000
end
if overrideCastTime then
castTime = overrideCastTime
Expand Down

0 comments on commit 3b9e7c6

Please sign in to comment.