From 71d47b384f35b3b51aa651b74332b9e80d4ba3fb Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 22 Jun 2010 19:39:02 -0600 Subject: * Remove table from database that is no longer needed after previous commit --HG-- branch : trunk --- sql/base/world_database.sql | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'sql/base/world_database.sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 05647ea22a0..dfbf1b38bba 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -14546,29 +14546,6 @@ INSERT INTO `spelldifficulty_dbc` VALUES /*!40000 ALTER TABLE `spelldifficulty_dbc` ENABLE KEYS */; UNLOCK TABLES; --- --- Table structure for table `transport_events` --- - -DROP TABLE IF EXISTS `transport_events`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `transport_events` ( - `entry` int(11) unsigned NOT NULL DEFAULT '0', - `waypoint_id` int(11) unsigned NOT NULL DEFAULT '0', - `event_id` int(11) unsigned NOT NULL DEFAULT '0' -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `transport_events` --- - -LOCK TABLES `transport_events` WRITE; -/*!40000 ALTER TABLE `transport_events` DISABLE KEYS */; -/*!40000 ALTER TABLE `transport_events` ENABLE KEYS */; -UNLOCK TABLES; - -- -- Table structure for table `transports` -- -- cgit v1.2.3