From 2b63197f5e3420fac005b8de82edc6f19dbe3ac6 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 20 Dec 2014 20:06:10 +0100 Subject: [PATCH] If the quest item has no level, anyone can use it --- QuickQuest.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QuickQuest.lua b/QuickQuest.lua index 7f473da..542d846 100644 --- a/QuickQuest.lua +++ b/QuickQuest.lua @@ -337,6 +337,8 @@ local function GetContainerItemQuestLevel(bag, slot) return level end end + + return 1 end local function BagUpdate(bag) -- 1.7.9.5