wget https://dl.google.com/go/go1.20.linux-amd64.tar.gz
sudo tar -xvf go1.20.linux-amd64.tar.gz
sudo mv go /usr/local
This file contains hidden or 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
| use kcmod | |
| Declare | |
| @OtchMes smalldatetime='20210401', | |
| @IdSpis int=null, | |
| @Client int=null, | |
| @Vrp int=null | |
| declare @VRP_INT Table (Vrp int) |
This file contains hidden or 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 |
OlderNewer