diff --git a/sql/mangos.sql b/sql/mangos.sql index 14e7eab42..8c430ada4 100644 --- a/sql/mangos.sql +++ b/sql/mangos.sql @@ -17988,40 +17988,6 @@ LOCK TABLES `spell_target_position` WRITE; /*!40000 ALTER TABLE `spell_target_position` ENABLE KEYS */; UNLOCK TABLES; --- --- Table structure for table `spell_template` --- - -DROP TABLE IF EXISTS `spell_template`; -CREATE TABLE `spell_template` ( - `id` int(11) unsigned NOT NULL DEFAULT '0', - `proc_flags` int(11) unsigned NOT NULL DEFAULT '0', - `proc_chance` int(11) unsigned NOT NULL DEFAULT '0', - `duration_index` int(11) unsigned NOT NULL DEFAULT '0', - `effect0` int(11) unsigned NOT NULL DEFAULT '0', - `effect0_implicit_target_a` int(11) unsigned NOT NULL DEFAULT '0', - `effect0_radius_idx` int(11) unsigned NOT NULL DEFAULT '0', - `effect0_apply_aura_name` int(11) unsigned NOT NULL DEFAULT '0', - `effect0_misc_value` int(11) unsigned NOT NULL DEFAULT '0', - `effect0_trigger_spell` int(11) unsigned NOT NULL DEFAULT '0', - `comments` varchar(255) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='MaNGOS server side spells'; - --- --- Dumping data for table `spell_template` --- -LOCK TABLES `spell_template` WRITE; -/*!40000 ALTER TABLE `spell_template` DISABLE KEYS */; -INSERT INTO `spell_template` VALUES --- ID proc_flags chnce dur ef0 tarA0 rad aur misc trigger -(21387, 0x00000028, 15, 21, 6, 1, 0, 42, 0, 21388, 'Melt-Weapon trigger aura related used by Ragnaros'), -(23363, 0x00000000, 101, 21, 76, 18, 0, 0, 179804, 0, 'Summon Drakonid Corpse Trigger'), -(25192, 0x00000000, 101, 21, 76, 18, 0, 0, 180619, 0, 'Summon Ossirian Crystal'), -(62388, 0x00000000, 101, 21, 6, 1, 0, 4, 0, 0, 'Aura required for Demonic Circle 48020'); -/*!40000 ALTER TABLE `spell_template` ENABLE KEYS */; -UNLOCK TABLES; - -- -- Table structure for table `spell_threat` --