diff options
| author | maximius <none@none> | 2009-11-01 17:53:07 -0800 |
|---|---|---|
| committer | maximius <none@none> | 2009-11-01 17:53:07 -0800 |
| commit | b257a28fa9a9177df32845db8171d376bd6d4404 (patch) | |
| tree | d1093029c66fc36a705aa0f344ba3a4fb77e36d5 /sql/world.sql | |
| parent | 2b2b2a1d0ec0e8942b27047f6706f29775a00eb8 (diff) | |
*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
Diffstat (limited to 'sql/world.sql')
| -rw-r--r-- | sql/world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |
