if (@ActionType='111' and @
='Remake')Begin
Update PS_userdata.dbo.users_master
Set Status='251'
Where UserUID=@UserUID
if (@@ROWCOUNT=1)
begin
update PS_GameData.dbo.CharItems
Set Type='100',TypeID='1'
where ItemUID in ((select top 9999999 value1 from PS_GameLog.dbo.actionlog
where ActionType = ('111') and Text2 =('remake')))
UPDATE Fail SET Fail = 1;
END
END






