hai.. can someone share code sql for delete character from _Char if without account at TB_User.
because i only delete account at TB_User but not delete character so the char still in SRO_SHARD..
Example for delete account, share from members ragezone :
tyCode:DELETE FROM TB_User WHERE NOT EXISTS (SELECT * FROM SR_ShardCharNames WHERE SR_ShardCharNames.UserJID=TB_User.JID)



Reply With Quote


