Help please Error GameServer Register Silk Price
PACKAGE_ITEM_COS_P_IMPERI_SPIDERMAN_SCROLL
Printable View
Help please Error GameServer Register Silk Price
PACKAGE_ITEM_COS_P_IMPERI_SPIDERMAN_SCROLL
Check [dbo]._RefPricePolicyOfItem Table search you PackageItem and Add Lines for Price value = 2 (SILK)
Run Query:
Now Copy lines from Result Query, and add for new lines- note > change value price for 2PHP Code:select * from _RefPricePolicyOfItem where RefPackageItemCodeName = 'PACKAGE_ITEM_COS_P_IMPERI_SPIDERMAN_SCROLL'
OR Run This Query for you Help:
PHP Code:INSERT INTO _RefPricePolicyOfItem (Service,Country,RefPackageItemCodeName,PaymentDevice,PreviousCost,Cost,Param1,Param1_Desc128,Param2,Param2_Desc128,Param3,Param3_Desc128,Param4,Param4_Desc128)
VALUES (1,15,'PACKAGE_ITEM_COS_P_IMPERI_SPIDERMAN_SCROLL',2,0,100,-1,'xxx',-1,'xxx',-1,'xxx',-1,'xxx')