You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -701,7 +701,11 @@ function ItemRack.GetID(bag,slot)
ifItemRack.AppendRuneIDthen
runeSuffix=ItemRack.AppendRuneID(bag,slot)
end
returnItemRack.GetIRString(itemLink)..runeSuffix
ifruneSuffix~="" then
returnItemRack.GetIRString(itemLink)..runeSuffix
else
returnItemRack.GetIRString(itemLink)
end
end
-- takes two ItemRack-style IDs (one or both of the parameters can be a baseID instead if needed) and returns true if those items share the same base itemID