sxcybot

Discord bot for OSRS based channels
git clone git://git.wimdupont.com/sxcybot.git
Log | Files | Refs | README | LICENSE

V1_25__yama_boss_update.sql (149B)


      1 UPDATE osrs_hiscore_boss SET order_value = order_value+1 WHERE order_value >= 106;
      2 
      3 INSERT INTO osrs_hiscore_boss
      4 VALUES
      5 (UUID(),"Yama", 1, 106, 1);