From b257a28fa9a9177df32845db8171d376bd6d4404 Mon Sep 17 00:00:00 2001 From: maximius Date: Sun, 1 Nov 2009 17:53:07 -0800 Subject: *Cleanup, fix many cases of unoptimized loops, potential crashes, excessively large data types, unnecessary or wrong casts, non-standardized function calls, and so on.. *Proper Maexxna Web Spray locations (old locations sent players flying into the air) --HG-- branch : trunk --- sql/world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/world.sql') diff --git a/sql/world.sql b/sql/world.sql index 3b50a4383d6..391aae19be6 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -694,7 +694,7 @@ DROP TABLE IF EXISTS `exploration_basexp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `exploration_basexp` ( - `level` tinyint(4) NOT NULL default '0', + `level` tinyint(4) unsigned NOT NULL default '0', `basexp` mediumint(9) NOT NULL default '0', PRIMARY KEY (`level`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Exploration System'; -- cgit v1.2.3