Does anyone know how Shaiya Tactics joints their toons on same account to have the same pvp rank? Let me know if you can help :) Thank you!
@K1 = SELECT TOP 1 K1 FROM PS_GameData.dbo.Chars WHERE UserUID = @UserUID ORDER BY K1 DESC
UPDATE PS_GameData.dbo.Chars SET K1= @K1 WHERE UserUID = @UserUID