This commit is contained in:
parent
ce2054ca5c
commit
cf922df0e7
|
|
@ -163,6 +163,7 @@ function _Dps_JYYJBB2_Main_() {
|
|||
print("拍卖HOOK");
|
||||
local username = User(args[1]).GetCharacName();
|
||||
local id = NativePointer(args[2]).add(14).readInt();
|
||||
NativePointer(args[2]).Output(50);
|
||||
print("拍卖id: " + id);
|
||||
local CheckSql = "SELECT item_id,unit_price,owner_id FROM taiwan_cain_auction_gold.auction_history_" + getYearMonth() + " where auction_id = " + id + ";";
|
||||
//从池子拿连接
|
||||
|
|
|
|||
Loading…
Reference in New Issue