Blog

Stat ve Skill Sorunu için Procedureler

Kod: CREATE PROCEDURE level90@id char(100) ASdeclare @lwl char(10)select @lwl = level from userdata where struserid = @id if @lwl = '80'beginupdate userdata set points = points + 3 where struserid = @id and exp = '1900000000'update userdata set level ...

üFLentiGroup | 22-02-2009


Bu kayıt 0 üye tarafından beğenildi