fix: sort quest item

This commit is contained in:
Salikh Gurgenidze
2025-12-21 18:16:53 +04:00
parent 6c474a3cc3
commit c39954ca44
3 changed files with 45 additions and 9 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ local function IsQuestItem(bagID, slotID)
break
-- Check for regular quest item patterns
elseif string.find(text, "Quest Item") or
(string.find(text, "Manual") or string.find(text, "Soulbond")) then
string.find(text, "Manual") then
isQuestItem = true
-- Don't break, might still find a quest starter pattern
end