Skip to content

Commit

Permalink
Merge pull request #30 from rainfordays/patch-1
Browse files Browse the repository at this point in the history
Update LibProcessable.lua
  • Loading branch information
p3lim authored Dec 14, 2019
2 parents 5519f7b + 43a07d6 commit 9afc5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibProcessable.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(not lib) then
return
end

local CLASSIC = select(4, GetBuildInfo()) == 11302
local CLASSIC = select(4, GetBuildInfo()) == 11303

local professions = {}
--[[ LibProcessable:IsMillable(_item[, ignoreMortar]_)
Expand Down

0 comments on commit 9afc5e3

Please sign in to comment.