Skip to content

Instantly share code, notes, and snippets.

@Konctantin
Last active August 24, 2021 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Konctantin/febbe7fc5beb78ba10f08813235ee6cf to your computer and use it in GitHub Desktop.
Save Konctantin/febbe7fc5beb78ba10f08813235ee6cf to your computer and use it in GitHub Desktop.
-- 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