mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-07 16:17:32 +08:00
wacca: fix crash on 4th page of Reverse Gate, partially fixes #5
This commit is contained in:
3
core/data/schema/versions/SDFE_3_rollback.sql
Normal file
3
core/data/schema/versions/SDFE_3_rollback.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
--Can't really add items back so this just does nothing
|
||||
SET FOREIGN_KEY_CHECKS=1;
|
||||
3
core/data/schema/versions/SDFE_4_upgrade.sql
Normal file
3
core/data/schema/versions/SDFE_4_upgrade.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
DELETE FROM wacca_item WHERE type=17 AND item_id=312002;
|
||||
SET FOREIGN_KEY_CHECKS=1;
|
||||
Reference in New Issue
Block a user