1.9.0_9.0.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- MxW (MxW Addon)
|
||||
-- By mikx
|
||||
-- https://git.mikx.xyz/wow/MxW_Addon
|
||||
-- https://git.mikx.xyz/mikx/MxW_Addon
|
||||
-- Licensed under the GNU General Public License 3.0
|
||||
-- See included License file for more informations.
|
||||
|
||||
@@ -16,5 +16,6 @@ MX.TSM = MX.TSM or {}
|
||||
-- GetItemValue(itemID, priceSource)
|
||||
-- Return itemID value as a int using priceSource
|
||||
function MX.TSM:GetItemValue(itemID, priceSource)
|
||||
return TSMAPI_FOUR.CustomPrice.GetValue(priceSource, itemID)
|
||||
local itemLink = "i:" .. tostring(itemID);
|
||||
return TSM_API.GetCustomPriceValue(priceSource, itemLink)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user