openrsc-core/server/database/mysql/addons/remove_harvesting.sql
2021-07-16 00:37:23 +00:00

4 lines
94 B
SQL

ALTER TABLE `curstats`
DROP `harvesting`;
ALTER TABLE `experience`
DROP `harvesting`;