From 43a07d6588272a0f4ebdc3bcdf0fcacf2c510959 Mon Sep 17 00:00:00 2001 From: rainfordays <42915664+rainfordays@users.noreply.github.com> Date: Thu, 12 Dec 2019 15:13:02 +0100 Subject: [PATCH] Update LibProcessable.lua Change build info to fix lua error upon login --- LibProcessable.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibProcessable.lua b/LibProcessable.lua index f15bc97..b2c68d1 100644 --- a/LibProcessable.lua +++ b/LibProcessable.lua @@ -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]_)