as title says i want to know how i can change trade pet inventory pages to be 1 page only instead of 5 pages?
i checked out everything but i could not find such a solution !.
i checked out everything but i could not find such a solution !.
i used this queryQuote:
Refobjchar.inventorysize I guess
UPDATE dbo._RefObjChar SET InventorySize = 28 WHERE id IN ( SELECT id FROM dbo._RefObjCommon where CodeName128 like 'COS_T_%120' AND SERVICE=1 or CodeName128 LIKE 'COS_T_%105' )