diff options
| author | TDB Release <tdb-release@build.bot> | 2021-09-28 20:50:34 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2021-09-28 20:50:34 +0000 |
| commit | 1526de722c9c81f1907de84054e342cd777e8501 (patch) | |
| tree | 338af506b5206933e2a55c74d754dddfc668fa9b /sql/base/dev | |
| parent | f30510566b1a3500d8c034f12ef0c0a662e193e9 (diff) | |
TDB 335.21091 - 2021/09/28TDB335.21091
Diffstat (limited to 'sql/base/dev')
| -rw-r--r-- | sql/base/dev/world_database.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index 5c254adf21f..254a4a4871b 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -3385,8 +3385,8 @@ DROP TABLE IF EXISTS `spell_learn_spell`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `spell_learn_spell` ( - `entry` smallint(5) unsigned NOT NULL DEFAULT '0', - `SpellID` smallint(5) unsigned NOT NULL DEFAULT '0', + `entry` int(10) unsigned NOT NULL DEFAULT '0', + `SpellID` int(10) unsigned NOT NULL DEFAULT '0', `Active` tinyint(3) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`entry`,`SpellID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item System'; @@ -4044,4 +4044,4 @@ CREATE TABLE `waypoints` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2021-08-15 16:59:38 +-- Dump completed on 2021-09-28 20:48:13 |
