how i can change trade pet inventory pages

03/29/2017 18:25 Deva4u#1
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 !.
03/29/2017 21:22 Snow*#2
Refobjchar.inventorysize I guess
03/29/2017 21:31 Deva4u#3
Quote:
Originally Posted by Snow* View Post
Refobjchar.inventorysize I guess
i used this query
PHP Code:
UPDATE dbo._RefObjChar SET InventorySize 28 WHERE id IN SELECT id FROM dbo._RefObjCommon where CodeName128 like 'COS_T_%120' AND SERVICE=or CodeName128 LIKE 'COS_T_%105' 
and i edited media lines too but the problem still exist ( inventory pages still 5 )


Edit Fixed .
03/29/2017 23:09 Spidy.#4
#Closed