sxcybot

OSRS oriented Discord Bot
git clone git://git.wimdupont.com/sxcybot.git
Log | Files | Refs | README | LICENSE

V1_5__nex_boss.sql (145B)


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