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