mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
*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
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user