From 9de5acc4e103058356c7dc410789dde34e7bcc8e Mon Sep 17 00:00:00 2001 From: QAston Date: Sun, 31 Jan 2010 17:49:55 +0100 Subject: *Drop no longer needed sql table. --HG-- branch : trunk --- sql/updates/7268_world_spell_proc_item_enchant.sql | 1 + sql/world.sql | 24 ---------------------- 2 files changed, 1 insertion(+), 24 deletions(-) create mode 100644 sql/updates/7268_world_spell_proc_item_enchant.sql (limited to 'sql') diff --git a/sql/updates/7268_world_spell_proc_item_enchant.sql b/sql/updates/7268_world_spell_proc_item_enchant.sql new file mode 100644 index 00000000000..0856d3fe51f --- /dev/null +++ b/sql/updates/7268_world_spell_proc_item_enchant.sql @@ -0,0 +1 @@ +DROP TABLE IF EXISTS `spell_proc_item_enchant`; diff --git a/sql/world.sql b/sql/world.sql index bb6b794af29..27bc5244405 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -6634,30 +6634,6 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam /*!40000 ALTER TABLE `spell_proc_event` ENABLE KEYS */; UNLOCK TABLES; --- --- Table structure for table `spell_proc_item_enchant` --- - -DROP TABLE IF EXISTS `spell_proc_item_enchant`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `spell_proc_item_enchant` ( - `entry` mediumint(8) unsigned NOT NULL, - `ppmRate` float NOT NULL DEFAULT '0', - PRIMARY KEY (`entry`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `spell_proc_item_enchant` --- - -LOCK TABLES `spell_proc_item_enchant` WRITE; -/*!40000 ALTER TABLE `spell_proc_item_enchant` DISABLE KEYS */; -INSERT INTO `spell_proc_item_enchant` VALUES (8034,9),(8680,8.5714),(13218,21.4286); -/*!40000 ALTER TABLE `spell_proc_item_enchant` ENABLE KEYS */; -UNLOCK TABLES; - -- -- Table structure for table `spell_required` -- -- cgit v1.2.3