Add code to patchers to put support for Expendable flag on breakable fishing

This commit is contained in:
Noudess
2020-05-11 14:50:17 -04:00
parent 94606504af
commit fb1228946a
6 changed files with 33 additions and 0 deletions
@@ -0,0 +1,3 @@
/* In July 2018 - magical poles were no longer breakable */
UPDATE items SET subtype = magic WHERE itemtype = 36;