Stored procedure that load char details

01/26/2015 20:41 Boul27#1
Hi

I don't find where is the proc that read and load the char detail.

I tried a lot but doesn't work.

Here is my interrogation.

I set money on my char to ' -1 '

And in the game, it show 4billions and more.

I want to add a control (if money<0, set money=0)

i tried on PS_GameData.dbo.usp_Read_Chars_Detail2_R

but don't seems to work.

Thanks for help :)
01/26/2015 21:03 wallerus#2
Try using [usp_Save_Char_Info_E] instead.
01/26/2015 21:31 Boul27#3
Thank

That solve a part of my problem ;)

I will search a bit more into the Read proc to add one more control :)