From 29d992c6e6704c59be2fd33c49bb026055c9dbfc Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 30 Jul 2018 15:56:35 -1000 Subject: [PATCH] how the hell --- db/gw-treasure-listrarity.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/gw-treasure-listrarity.sql b/db/gw-treasure-listrarity.sql index 193fb40..1b89c53 100644 --- a/db/gw-treasure-listrarity.sql +++ b/db/gw-treasure-listrarity.sql @@ -11,6 +11,7 @@ DROP TABLE IF EXISTS `listrarity`; CREATE TABLE `listrarity` ( + `rarid` int(1) NOT NULL AUTO_INCREMENT, `rarity` varchar(6) DEFAULT NULL COMMENT 'white blue pruple gold green' ) ENGINE=InnoDB DEFAULT CHARSET=latin1;