declare @ int Select @ = Level From _CharTrijob where CharID = @D If (@JobID = '37417') And ( @ = 7)
Begin
Declare @ varchar(max) Select @=Charname16 From _Char where CharID = @D Update _CharTrijob Set Exp = 0, Level = 1 Where CharID = @D
End
I did this and it worked well and suddenly stopped working I do not know why