Quantcast

If the quest item has no level, anyone can use it

Adrian L Lange [12-20-14 - 19:06]
If the quest item has no level, anyone can use it
Filename
QuickQuest.lua
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)