use SRO_VT_SHARD DECLARE @CharName varchar(64) set @CharName = 'CHAR NAME HERE' update _Char set RemainGold = 9999999999 where CharName16 = @CharName