wacca: fix crash on 4th page of Reverse Gate, partially fixes #5

This commit is contained in:
2023-04-14 23:47:31 -04:00
parent dc3e3e1fb3
commit b1f9be0121
4 changed files with 7 additions and 4 deletions

View 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;

View 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;