Sorry @Klito for the spam
I USED this Query
كود PHP:
select R.SERVICE,R.ID,R.CodeName128,C.InventorySize ,C.ID as [IDof_RefObjChar] from _RefObjCommon R inner join _RefObjChar C on R.link=C.id
where R.CodeName128 like 'COS_T_%120' AND SERVICE=1 or CodeName128 LIKE 'COS_T_%105' AND Service = 1 order by InventorySize
and the result of _refobjcharid was
13254
13255
12750
12751
12742
12743
then i used this query to edit the inventory size
كود PHP:
update _refobjchar set InventorySize=28 where id in (13254,12750,12742,12743,12751,13255)
i edited the same lines in characterdata in media side
and after restarting server it still same
Edit:Fixed
Request to close .