mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Fix 11.1.5 issue, update retail TOC
This commit is contained in:
@ -532,7 +532,11 @@ function SliceAndDice.prototype:GetItemIdFromItemLink(linkStr)
|
||||
local _
|
||||
|
||||
if linkStr then
|
||||
_, itemId, _, _, _, _, _, _, _ = strsplit(":", linkStr)
|
||||
_, itemId, itemId2, _, _, _, _, _, _ = strsplit(":", linkStr)
|
||||
end
|
||||
|
||||
if not tonumber(itemId) then
|
||||
itemId = itemId2
|
||||
end
|
||||
|
||||
return itemId or 0
|
||||
|
Reference in New Issue
Block a user