From ea72c30db549c705af9b11f432eb41841ee50bd6 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 30 Jul 2018 16:02:20 -1000 Subject: [PATCH] added nothing option --- db/gw-treasure-listtype.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/gw-treasure-listtype.sql b/db/gw-treasure-listtype.sql index 3bf899f..4cbba13 100644 --- a/db/gw-treasure-listtype.sql +++ b/db/gw-treasure-listtype.sql @@ -17,7 +17,7 @@ CREATE TABLE `listtype` ( /*Data for the table `listtype` */ -insert into `listtype`(`weapontype`) values ('Material'),('Axe'),('Hammer'),('Sword'),('Dagger'),('Scythe'),('Bow (Flatbow)'),('Bow (Hornbow)'),('Bow (Longbow)'),('Bow (Recurve)'),('Bow (Shortbow)'),('Spear'),('Staff'),('Wand'),('Focus'),('Shield'); +insert into `listtype`(`weapontype`) values ('Material'),('Axe'),('Hammer'),('Sword'),('Dagger'),('Scythe'),('Bow (Flatbow)'),('Bow (Hornbow)'),('Bow (Longbow)'),('Bow (Recurve)'),('Bow (Shortbow)'),('Spear'),('Staff'),('Wand'),('Focus'),('Shield'),('Nothing'); /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;