Well I don't check this forum often because it isn't as active as before, anyways the only solution that comes in my mind is this SQL query:
Code:
DECLARE @player1 bigint = (SELECT ID FROM dbo.CharacterInfo WHERE Name LIKE 'YOURCHARACTERNAME');
UPDATE dbo.Costume SET CostumeSN = ???? WHERE CID = @player1 AND "Type" = 0 AND "Key" = 2;
Change YOURCHARACTERNAME with the proper one.
Change ???? with arisha value (80), all possible values:
10 fiona
20 evy
50 vella
70 lynn
80 arisha
100 delia
0 lann
30 karok
40 kay
60 hurk
90 hagie
If that doesn't fix the issue then it's your client fault.