sxcybot

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

V1_28__added_doomofmok.sql (161B)


      1 UPDATE osrs_hiscore_boss SET order_value = order_value+1
      2  WHERE order_value >= 39;
      3 
      4 INSERT INTO osrs_hiscore_boss
      5 VALUES
      6 (UUID(),"Doom of Mokhaiotl", 1, 39, 1);