2019-06-30 20:58:07 +02:00
|
|
|
DROP TABLE IF EXISTS spell_scripts;
|
|
|
|
|
CREATE TABLE spell_scripts(
|
|
|
|
|
Id INT NOT NULL COMMENT 'Spell ID',
|
|
|
|
|
ScriptName CHAR(64) NOT NULL COMMENT 'Core Spell Script Name',
|
|
|
|
|
PRIMARY KEY(Id)
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
-- Classic
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
2019-11-23 01:10:13 +01:00
|
|
|
(720,'spell_entangle_fankriss'),
|
|
|
|
|
(731,'spell_entangle_fankriss'),
|
2019-11-20 15:36:01 +01:00
|
|
|
(785,'spell_true_fulfillment'),
|
|
|
|
|
(794,'spell_initialize_images'),
|
2019-12-31 21:27:22 +01:00
|
|
|
(802,'spell_mutate_bug'),
|
2019-11-23 01:10:13 +01:00
|
|
|
(1121,'spell_entangle_fankriss'),
|
2019-12-21 21:02:47 +01:00
|
|
|
(3730,'spell_initialize_image'),
|
2019-11-10 15:19:16 +01:00
|
|
|
(7054,'spell_forsaken_skill'),
|
2021-01-25 23:01:47 +01:00
|
|
|
(12639,'spell_summon_hakkar'),
|
2021-01-25 21:46:29 +01:00
|
|
|
(12948,'spell_hakkar_summoned'),
|
2020-03-16 11:45:28 +01:00
|
|
|
(13278,'spell_gdr_channel'),
|
|
|
|
|
(13493,'spell_gdr_periodic'),
|
2020-02-08 20:16:10 +01:00
|
|
|
(16380,'spell_greater_invisibility_mob'),
|
2020-03-29 00:05:24 +01:00
|
|
|
(17244,'spell_anastari_possess'),
|
2019-11-10 15:52:16 +01:00
|
|
|
(19832,'spell_possess_razorgore'),
|
2019-12-21 21:02:47 +01:00
|
|
|
(19872,'spell_calm_dragonkin'),
|
2019-11-10 15:19:16 +01:00
|
|
|
(19873,'spell_destroy_egg'),
|
2019-11-20 15:36:01 +01:00
|
|
|
(20038,'spell_explosion_razorgore'),
|
2020-02-05 12:12:13 +01:00
|
|
|
(21651,'spell_opening_capping'),
|
2020-12-13 15:35:54 -05:00
|
|
|
(23226,'spell_ritual_candle_aura'),
|
2019-12-21 23:49:04 +01:00
|
|
|
(25684,'spell_summon_mana_fiends_moam'),
|
2019-11-23 23:58:21 +01:00
|
|
|
(25937,'spell_viscidus_freeze'),
|
2020-09-18 16:48:19 +02:00
|
|
|
(26009,'spell_cthun_periodic_rotate'),
|
2019-11-22 18:51:39 +01:00
|
|
|
(26084,'spell_aq_whirlwind'),
|
2020-09-18 16:48:19 +02:00
|
|
|
(26136,'spell_cthun_periodic_rotate'),
|
|
|
|
|
(26137,'spell_cthun_rotate_trigger'),
|
2020-09-04 22:10:44 +02:00
|
|
|
(26152,'spell_cthun_periodic_eye_trigger'),
|
2019-11-24 12:20:41 +01:00
|
|
|
(26180,'spell_huhuran_wyvern_string'),
|
2020-11-26 21:35:14 +01:00
|
|
|
(26205,'spell_hook_tentacle_trigger'),
|
2020-11-29 21:03:55 +01:00
|
|
|
(26217,'spell_cthun_tentacles_summon'),
|
2021-01-08 14:33:23 +01:00
|
|
|
(26230,'spell_cthun_exit_stomach'),
|
2020-11-29 21:03:55 +01:00
|
|
|
(26237,'spell_cthun_tentacles_summon'),
|
2020-12-16 22:55:24 +01:00
|
|
|
(26332,'spell_cthun_mouth_tentacle'),
|
2020-11-29 21:03:55 +01:00
|
|
|
(26398,'spell_cthun_tentacles_summon'),
|
2019-11-23 23:58:21 +01:00
|
|
|
(26584,'spell_summon_toxic_slime'),
|
2019-11-22 18:51:39 +01:00
|
|
|
(26591,'spell_teleport_image'),
|
2019-12-07 09:55:31 +01:00
|
|
|
(26619,'spell_periodic_scarab_trigger'),
|
2020-01-21 00:18:46 +01:00
|
|
|
(26686,'spell_aq_whirlwind'),
|
2020-11-29 21:03:55 +01:00
|
|
|
(26767,'spell_cthun_tentacles_summon'),
|
2020-11-21 23:23:04 +01:00
|
|
|
(26769,'spell_cthun_periodic_eye_trigger'),
|
2020-01-11 10:32:17 +01:00
|
|
|
(28282,'spell_ashbringer_item'),
|
2020-04-07 17:53:26 +02:00
|
|
|
(27808,'spell_kel_thuzad_frost_blast'),
|
2020-01-21 00:18:46 +01:00
|
|
|
(28522,'spell_sapphiron_icebolt_aura'),
|
|
|
|
|
(28526,'spell_sapphiron_icebolt'),
|
|
|
|
|
(28560,'spell_sapphiron_blizzard'),
|
2020-02-18 15:32:54 +01:00
|
|
|
(28007,'spell_summon_unrelenting'),
|
|
|
|
|
(28009,'spell_summon_unrelenting'),
|
|
|
|
|
(28011,'spell_summon_unrelenting'),
|
2020-04-08 13:52:58 +02:00
|
|
|
(28408,'spell_chains_kel_thuzad'),
|
2020-04-04 13:51:36 +02:00
|
|
|
(28415,'spell_trigger_KT_add'),
|
|
|
|
|
(28416,'spell_trigger_KT_add'),
|
|
|
|
|
(28417,'spell_trigger_KT_add'),
|
2020-04-13 16:49:20 +02:00
|
|
|
(28455,'spell_trigger_KT_add'),
|
2020-02-18 15:32:54 +01:00
|
|
|
(28749,'spell_check_gothik_side'),
|
|
|
|
|
(28781,'spell_gothik_side_assault'),
|
2020-01-22 22:19:12 +01:00
|
|
|
(29330,'spell_sapphiron_despawn_buffet'),
|
2020-02-18 15:32:54 +01:00
|
|
|
(29874,'spell_gothik_side_assault'),
|
|
|
|
|
(29875,'spell_check_gothik_side'),
|
2020-04-13 16:49:20 +02:00
|
|
|
(29897,'spell_icecrown_guardian_periodic'),
|
2020-01-21 00:18:46 +01:00
|
|
|
(30132,'spell_sapphiron_iceblock');
|
2019-06-30 20:58:07 +02:00
|
|
|
|
|
|
|
|
-- TBC
|
|
|
|
|
|
|
|
|
|
-- Wotlk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Priest
|
2020-04-18 19:52:29 +03:00
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
2021-01-05 23:16:41 +03:00
|
|
|
(10060,'spell_power_infusion'),
|
2020-08-06 19:59:20 +02:00
|
|
|
(15268,'spell_blackout'),
|
|
|
|
|
(15323,'spell_blackout'),
|
|
|
|
|
(15324,'spell_blackout'),
|
|
|
|
|
(15325,'spell_blackout'),
|
|
|
|
|
(15326,'spell_blackout'),
|
2021-01-01 17:44:38 +01:00
|
|
|
(27827,'spell_spirit_of_redemption_heal');
|
2019-06-30 20:58:07 +02:00
|
|
|
|
|
|
|
|
-- Warlock
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(980,'spell_curse_of_agony'),
|
|
|
|
|
(1014,'spell_curse_of_agony'),
|
|
|
|
|
(6217,'spell_curse_of_agony'),
|
|
|
|
|
(11711,'spell_curse_of_agony'),
|
|
|
|
|
(11712,'spell_curse_of_agony'),
|
2020-08-31 11:17:16 +02:00
|
|
|
(11713,'spell_curse_of_agony'),
|
|
|
|
|
(1454,'spell_life_tap'),
|
|
|
|
|
(1455,'spell_life_tap'),
|
|
|
|
|
(1456,'spell_life_tap'),
|
|
|
|
|
(11687,'spell_life_tap'),
|
|
|
|
|
(11688,'spell_life_tap'),
|
|
|
|
|
(11689,'spell_life_tap');
|
2019-06-30 20:58:07 +02:00
|
|
|
|
2020-03-06 19:43:41 +01:00
|
|
|
-- Warrior
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(5308,'spell_warrior_execute'),
|
|
|
|
|
(20658,'spell_warrior_execute'),
|
|
|
|
|
(20660,'spell_warrior_execute'),
|
|
|
|
|
(20661,'spell_warrior_execute'),
|
2020-03-11 22:43:01 +01:00
|
|
|
(20662,'spell_warrior_execute'),
|
|
|
|
|
(20647,'spell_warrior_execute_damage');
|
2020-03-06 19:43:41 +01:00
|
|
|
|
2020-03-15 00:08:55 +01:00
|
|
|
-- Mage
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(11213,'spell_arcane_concentration'),
|
|
|
|
|
(12574,'spell_arcane_concentration'),
|
|
|
|
|
(12575,'spell_arcane_concentration'),
|
|
|
|
|
(12576,'spell_arcane_concentration'),
|
|
|
|
|
(12577,'spell_arcane_concentration');
|
|
|
|
|
|
2020-08-13 16:04:59 +02:00
|
|
|
-- Druid
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(8936,'spell_regrowth'),
|
|
|
|
|
(8938,'spell_regrowth'),
|
|
|
|
|
(8939,'spell_regrowth'),
|
|
|
|
|
(8940,'spell_regrowth'),
|
|
|
|
|
(8941,'spell_regrowth'),
|
|
|
|
|
(9750,'spell_regrowth'),
|
|
|
|
|
(9856,'spell_regrowth'),
|
|
|
|
|
(9857,'spell_regrowth'),
|
2021-01-12 14:30:52 +01:00
|
|
|
(9858,'spell_regrowth');
|
2020-08-13 16:04:59 +02:00
|
|
|
|
2021-01-12 09:52:48 +01:00
|
|
|
-- Rogue
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(14185,'spell_preparation');
|
|
|
|
|
|
2020-10-11 00:57:08 +02:00
|
|
|
-- Battleground and Outdoor PvP
|
2020-03-06 19:43:41 +01:00
|
|
|
-- Alterac Valley
|
2019-12-24 23:44:44 +01:00
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
2020-10-11 00:57:08 +02:00
|
|
|
-- Arathi basin
|
|
|
|
|
(23936,'spell_battleground_banner_trigger'),
|
|
|
|
|
(23932,'spell_battleground_banner_trigger'),
|
|
|
|
|
(23938,'spell_battleground_banner_trigger'),
|
|
|
|
|
(23935,'spell_battleground_banner_trigger'),
|
|
|
|
|
(23937,'spell_battleground_banner_trigger'),
|
|
|
|
|
-- Alterac Valley
|
|
|
|
|
(24677,'spell_battleground_banner_trigger');
|