mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Revert "SQL: Update dev/world_database.sql"
This reverts commit 09f9f3b6b1.
I forgot that world_database.sql should only get updated in TDB releases.
This commit is contained in:
@@ -620,9 +620,8 @@ CREATE TABLE `creature_text` (
|
||||
`emote` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`duration` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`sound` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`BroadcastTextId` mediumint(6) NOT NULL DEFAULT '0',
|
||||
`TextRange` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`comment` varchar(255) DEFAULT '',
|
||||
`BroadcastTextID` mediumint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`entry`,`groupid`,`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
@@ -984,7 +983,7 @@ CREATE TABLE `game_tele` (
|
||||
`map` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`name` varchar(100) NOT NULL DEFAULT '',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=1425 DEFAULT CHARSET=utf8 COMMENT='Tele Command';
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=1424 DEFAULT CHARSET=utf8 COMMENT='Tele Command';
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
@@ -3635,4 +3634,4 @@ CREATE TABLE `waypoints` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2014-09-19 18:15:42
|
||||
-- Dump completed on 2014-08-27 14:06:19
|
||||
|
||||
Reference in New Issue
Block a user