From 82ca11ff2e182030efbbfab36fbfa6a2a0489b93 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 30 Jul 2018 15:59:32 -1000 Subject: [PATCH] this is really annoying seems my database dump failed me --- db/gw-treasure-listattribute.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/gw-treasure-listattribute.sql b/db/gw-treasure-listattribute.sql index 688486d..30a7b7e 100644 --- a/db/gw-treasure-listattribute.sql +++ b/db/gw-treasure-listattribute.sql @@ -11,6 +11,7 @@ DROP TABLE IF EXISTS `listattribute`; CREATE TABLE `listattribute` ( + `weapattrid` int(2) NOT NULL AUTO_INCREMENT, `weaponattribute` varchar(20) DEFAULT NULL COMMENT 'death magic, axe mastery, command, smiting prayers, etc' ) ENGINE=InnoDB DEFAULT CHARSET=latin1;