Code:
SELECT @char_gubun = CASE @v_byPCClass
WHEN 0 THEN 'A'
WHEN 1 THEN 'B'
WHEN 2 THEN 'C'
WHEN 3 THEN 'D'
WHEN 4 THEN 'E'
WHEN 5 THEN 'F'
WHEN 6 THEN 'G'
WHEN 9 THEN 'J'
WHEN 10 THEN 'K'
WHEN 11 THEN 'L'
WHEN 12 THEN 'M'
ELSE 'Z'
END
Segu index = 11
Con index = 10
Half B. index = 12
Dark Wiz. index = 9
*It works only for Dark Wizard, the db seems to dont load indexes higher than 9
I've added also the DEV chars on User_character.. but i cant still create a new char ingame. Some1 know whats wrong?
NVM FIXED






