From 0e9ccd1d23763375b3c049ea0d532f72f3cbff59 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 6 May 2019 21:50:57 +0800 Subject: [PATCH] typo --- sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql.go b/sql.go index 9029eca..d54e129 100644 --- a/sql.go +++ b/sql.go @@ -108,7 +108,7 @@ func initDB() { ,attack SMALLINT UNSIGNED NOT NULL ,defense SMALLINT UNSIGNED NOT NULL ,gold SMALLINT UNSIGNED NOT NULL - ,stock MALLINT UNSIGNED NOT NULL + ,stock SMALLINT UNSIGNED NOT NULL ,exp SMALLINT UNSIGNED NOT NULL ,stamina TINYINT NOT NULL ,crit TINYINT NOT NULL