111
This commit is contained in:
12
OfficialProject/修复卡NPC商店道具/修复卡NPC商店道具.nut
Normal file
12
OfficialProject/修复卡NPC商店道具/修复卡NPC商店道具.nut
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
|
||||
function _Dps_RepairCardNpcStoreProps_Main_()
|
||||
{
|
||||
Cb_BuyItem_Get_Data_Leave_Func["_DPS_RepairCardNpcStoreProps_"] <- function (args)
|
||||
{
|
||||
if(NativePointer(args[3]).add(156).readInt() < 0){
|
||||
return 10;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user