Last active
August 24, 2021 09:56
-
-
Save Konctantin/febbe7fc5beb78ba10f08813235ee6cf to your computer and use it in GitHub Desktop.
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
-- insert at after line: 345 | |
if Auctionator and Auctionator.Database then | |
local key = "p:" .. tostring(petInfo.speciesID) | |
local price = Auctionator.Database:GetPrice(key) | |
if price ~= nil then | |
local priceStr = Auctionator.Utilities.CreatePaddedMoneyString(price); | |
card:AddStat(priceStr,"",0,0.5,0,0.5,"","") | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment