mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
delete spell_template remove on 434 for first time on core has been deleted
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
8f95ea2d4c
commit
28d99c7f7c
1 changed files with 0 additions and 34 deletions
|
|
@ -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`
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue