1. Open SQL Enterprise Manager
2. Go to MuOnline-->Stored Procedures ,Find WZ_CreateCharacter and twice click with left mouse button and open it
3. Find:
if( @Result <> 0 )
begin
GOTO TranProcEnd
end
else
begin
INSERT INTO dbo.Character(AccountID, Name, cLevel, LevelUpPoint, Class...