fix: removed logs routing

This commit is contained in:
Salikh Gurgenidze
2025-11-19 17:39:43 +04:00
parent a6957fc16a
commit e58cee46ee
-2
View File
@@ -354,10 +354,8 @@ function Utils:GetItemPreferredContainer(itemLink)
-- Only route PROJECTILE category items that are specifically arrows or bullets
if itemCategory == "Projectile" then
if itemType == "Arrow" then
addon:Print("-> Routing to QUIVER (Projectile - Arrow)")
return "quiver"
elseif itemType == "Bullet" then
addon:Print("-> Routing to AMMO (Projectile - Bullet)")
return "ammo"
end
end