V1_29__added_sailing.sql (282B)
1 INSERT INTO osrs_hiscore_stat 2 VALUES (UUID(),"Sailing", 24); 3 4 UPDATE osrs_hiscore_boss SET order_value = order_value+1; 5 6 UPDATE osrs_hiscore_boss SET order_value = order_value+1 7 WHERE order_value >= 61; 8 9 INSERT INTO osrs_hiscore_boss 10 VALUES 11 (UUID(),"Shellbane Gryphon", 1, 61, 1);