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'),
|
2021-03-14 23:59:45 +01:00
|
|
|
(2400,'spell_anubisath_share_powers'),
|
2019-12-21 21:02:47 +01:00
|
|
|
(3730,'spell_initialize_image'),
|
2021-10-04 20:31:12 +02:00
|
|
|
(4072,'spell_effect_summon_no_follow_movement'),
|
|
|
|
|
(4100,'spell_effect_summon_no_follow_movement'),
|
|
|
|
|
(10837,'spell_effect_summon_no_follow_movement'),
|
|
|
|
|
(11802,'spell_effect_summon_no_follow_movement'),
|
|
|
|
|
(15125,'spell_effect_summon_no_follow_movement'),
|
|
|
|
|
(21688,'spell_effect_summon_no_follow_movement'),
|
|
|
|
|
(22372,'spell_effect_summon_no_follow_movement'),
|
2021-12-18 17:54:40 +01:00
|
|
|
(4130,'spell_banish_exile'),
|
|
|
|
|
(4131,'spell_banish_exile'),
|
|
|
|
|
(4132,'spell_banish_exile'),
|
2022-06-15 11:50:56 +02:00
|
|
|
(5166,'spell_harvest_silithid_egg'),
|
2021-08-09 03:38:36 +02:00
|
|
|
(6467,'spell_unarmed_woodcutter'),
|
2019-11-10 15:19:16 +01:00
|
|
|
(7054,'spell_forsaken_skill'),
|
2023-10-14 18:08:12 +02:00
|
|
|
(7131,'spell_illusion_passive'),
|
2022-03-04 20:41:29 +01:00
|
|
|
(8555,'spell_left_for_dead'),
|
2022-01-30 13:18:19 +01:00
|
|
|
(8603,'spell_tribal_death'),
|
|
|
|
|
(8655,'spell_tribal_death'),
|
|
|
|
|
(8894,'spell_tribal_death'),
|
|
|
|
|
(9144,'spell_tribal_death'),
|
2022-03-14 22:51:10 +01:00
|
|
|
(9204,'spell_hate_to_zero'),
|
|
|
|
|
(20538,'spell_hate_to_zero'),
|
|
|
|
|
(26569,'spell_hate_to_zero'),
|
|
|
|
|
(26637,'spell_hate_to_zero'),
|
2022-02-11 16:54:23 +01:00
|
|
|
(10255,'spell_stoned'),
|
2024-12-08 23:35:33 +01:00
|
|
|
(11920,'spell_net_guard'),
|
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'),
|
2024-01-29 15:52:02 +01:00
|
|
|
(11403,'spell_dream_vision'),
|
2021-04-03 11:54:52 +02:00
|
|
|
(11886,'spell_capture_wildkin'),
|
|
|
|
|
(11887,'spell_capture_hippogryph'),
|
|
|
|
|
(11888,'spell_capture_faerie_dragon'),
|
|
|
|
|
(11885,'spell_capture_treant'),
|
|
|
|
|
(11889,'spell_capture_mountain_giant'),
|
2021-02-18 19:17:21 +01:00
|
|
|
(11610,'spell_gammerita_turtle_camera'),
|
2021-10-05 22:01:35 +02:00
|
|
|
(12479,'spell_hex_of_jammalan'),
|
2024-02-03 22:54:22 -05:00
|
|
|
(13258,'spell_summon_goblin_bomb'),
|
2020-02-08 20:16:10 +01:00
|
|
|
(16380,'spell_greater_invisibility_mob'),
|
2021-02-05 00:09:05 +00:00
|
|
|
(17016,'spell_placing_beacon_torch'),
|
2020-03-29 00:05:24 +01:00
|
|
|
(17244,'spell_anastari_possess'),
|
2022-01-11 12:17:36 +01:00
|
|
|
(16739,'spell_orb_of_deception'),
|
2022-03-14 22:51:10 +01:00
|
|
|
(19707,'spell_hate_to_half'),
|
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'),
|
2022-02-09 20:21:25 +01:00
|
|
|
(22858,'spell_retaliation_creature'),
|
2025-01-01 22:51:53 +01:00
|
|
|
(22876,'spell_summon_netherwalker'),
|
2024-02-03 22:54:22 -05:00
|
|
|
(23134,'spell_goblin_bomb'),
|
2020-12-13 15:35:54 -05:00
|
|
|
(23226,'spell_ritual_candle_aura'),
|
2022-01-22 00:55:03 +01:00
|
|
|
(24228,'spell_arlokk_vanish'),
|
2022-01-20 12:33:31 +01:00
|
|
|
(24314,'spell_threatening_gaze'),
|
|
|
|
|
(24342,'spell_despawn_chained_spirits'),
|
2022-01-21 20:45:05 +01:00
|
|
|
(24306,'spell_delusions_of_jindo'),
|
|
|
|
|
(24308,'spell_summon_shade_of_jindo'),
|
|
|
|
|
(23878,'spell_random_aggro'),
|
2022-01-22 18:57:12 +01:00
|
|
|
(24173,'spell_thekal_resurrect'),
|
2022-01-22 14:50:39 +01:00
|
|
|
(24649,'spell_thousand_blades_renataki'),
|
|
|
|
|
(24699,'spell_renataki_vanish'),
|
|
|
|
|
(24700,'spell_renataki_vanish_teleport'),
|
2022-01-22 23:20:51 +01:00
|
|
|
(24324,'spell_hakkar_blood_siphon'),
|
2021-03-12 21:32:25 +01:00
|
|
|
(24693,'spell_hakkar_power_down'),
|
2022-01-20 21:44:00 +01:00
|
|
|
(24728,'spell_summon_nightmare_illusion_hazzarah'),
|
2019-12-21 23:49:04 +01:00
|
|
|
(25684,'spell_summon_mana_fiends_moam'),
|
2021-06-07 21:01:10 +02:00
|
|
|
(25813,'spell_conjure_dream_rift'),
|
2021-04-15 13:45:46 +02:00
|
|
|
(25885,'spell_viscidus_summon_globs'),
|
2022-02-07 22:29:30 +01:00
|
|
|
(25896,'spell_rejoin_viscidus'),
|
|
|
|
|
(25897,'spell_viscidus_grows'),
|
2021-03-29 23:17:31 +02:00
|
|
|
(25926,'spell_viscidus_frost_weakness'),
|
2019-11-23 23:58:21 +01:00
|
|
|
(25937,'spell_viscidus_freeze'),
|
2022-02-07 22:29:30 +01:00
|
|
|
(25938,'spell_viscidus_explode'),
|
2021-04-15 13:45:46 +02:00
|
|
|
(26003,'spell_viscidus_suicide'),
|
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'),
|
2021-02-04 22:51:50 +01:00
|
|
|
(26256,'spell_cthun_check_reset'),
|
2021-06-02 22:42:59 +02:00
|
|
|
(26275,'spell_wondervolt_trap'),
|
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'),
|
2025-01-22 17:25:01 +01:00
|
|
|
(26399,'spell_despawn_tentacles'),
|
|
|
|
|
(26404,'spell_despawn_tent_port'),
|
2021-02-06 17:29:16 +01:00
|
|
|
(26476,'spell_cthun_digestive_acid_periodic'),
|
2019-11-23 23:58:21 +01:00
|
|
|
(26584,'spell_summon_toxic_slime'),
|
2021-04-19 22:02:24 +02:00
|
|
|
(26585,'spell_viscidus_despawn_adds'),
|
2019-11-22 18:51:39 +01:00
|
|
|
(26591,'spell_teleport_image'),
|
2021-04-19 22:02:24 +02:00
|
|
|
(26608,'spell_viscidus_despawn_adds'),
|
2019-12-07 09:55:31 +01:00
|
|
|
(26619,'spell_periodic_scarab_trigger'),
|
2024-04-01 12:29:30 +02:00
|
|
|
(26656,'spell_summon_black_qiraji_battle_tank'),
|
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'),
|
2022-07-10 21:04:33 +02:00
|
|
|
(27360,'spell_instill_lord_valthalaks_spirit'),
|
2023-10-08 01:04:44 +02:00
|
|
|
(27673,'spell_five_fat_finger_exploding_heart_technique'),
|
2021-07-01 13:58:22 +02:00
|
|
|
(28006,'spell_arcane_cloaking'),
|
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'),
|
2022-02-07 22:29:30 +01:00
|
|
|
(27934,'spell_viscidus_shrinks'),
|
2021-03-14 22:34:57 +01:00
|
|
|
(28307,'spell_patchwerk_hatefulstrike'),
|
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'),
|
2021-07-15 10:59:12 +02:00
|
|
|
(28059,'spell_thaddius_charge_buff'),
|
|
|
|
|
(28062,'spell_thaddius_charge_damage'),
|
|
|
|
|
(28084,'spell_thaddius_charge_buff'),
|
|
|
|
|
(28085,'spell_thaddius_charge_damage'),
|
|
|
|
|
(28089,'spell_thaddius_polarity_shift'),
|
2021-07-11 23:36:02 +02:00
|
|
|
(28169,'spell_grobbulus_mutating_injection'),
|
2021-07-11 22:30:01 +02:00
|
|
|
(28236,'spell_gluth_zombie_search'),
|
2021-07-11 23:51:59 +02:00
|
|
|
(28238,'spell_gluth_zombie_search_heal'),
|
2021-12-19 15:25:59 +01:00
|
|
|
(28265,'spell_scourge_strike'),
|
2021-07-11 22:08:59 +02:00
|
|
|
(28374,'spell_gluth_decimate'),
|
2021-12-18 13:44:49 +01:00
|
|
|
(28376,'spell_shadowguard'),
|
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-12-29 19:04:57 -05:00
|
|
|
(28441,'spell_ab_effect_000'),
|
2021-06-29 11:23:31 +02:00
|
|
|
(28617,'spell_web_wrap'),
|
2021-06-29 12:04:20 +02:00
|
|
|
(28628,'spell_clear_web_wrap'),
|
|
|
|
|
(28629,'spell_clear_web_wrap'),
|
2021-03-11 21:16:57 +01:00
|
|
|
(28732,'spell_faerlina_widow_embrace'),
|
2020-02-18 15:32:54 +01:00
|
|
|
(28749,'spell_check_gothik_side'),
|
|
|
|
|
(28781,'spell_gothik_side_assault'),
|
2021-12-18 17:43:23 +01:00
|
|
|
(29131,'spell_bloodrage'),
|
2021-03-22 22:08:33 +01:00
|
|
|
(29201,'spell_loatheb_corrupted_mind'),
|
2020-01-22 22:19:12 +01:00
|
|
|
(29330,'spell_sapphiron_despawn_buffet'),
|
2021-06-30 23:06:31 +02:00
|
|
|
(29351,'spell_plague_wave_controller'),
|
2021-07-11 23:08:32 +02:00
|
|
|
(29682,'spell_gluth_call_all_zombies'),
|
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'),
|
2021-06-30 23:06:31 +02:00
|
|
|
(30114,'spell_plague_wave_controller'),
|
2021-09-01 23:52:02 -04:00
|
|
|
(30132,'spell_sapphiron_iceblock'),
|
|
|
|
|
(28091,'spell_despawner_self'),
|
|
|
|
|
(28345,'spell_communique_trigger'),
|
2022-10-21 23:08:23 +02:00
|
|
|
(31315,'spell_summon_boss'),
|
2023-09-17 12:56:52 +02:00
|
|
|
(27855,'spell_increased_healing_done_dummy'),
|
|
|
|
|
(28856,'spell_increased_healing_done_dummy'),
|
|
|
|
|
(28851,'spell_increased_healing_done_dummy'),
|
|
|
|
|
(28853,'spell_increased_healing_done_dummy'),
|
2023-09-24 20:51:12 +02:00
|
|
|
(27859,'spell_increased_spell_damage_done_dummy'),
|
|
|
|
|
(28857,'spell_increased_spell_damage_done_dummy'),
|
2023-09-24 20:53:38 +02:00
|
|
|
(21056,'spell_mark_of_lord_kazzak'),
|
|
|
|
|
(21063,'spell_twisted_reflection'),
|
2022-10-21 23:08:23 +02:00
|
|
|
(491,'spell_gameobject_call_for_help_on_usage'), -- Khadgar's Unlocking
|
|
|
|
|
(857,'spell_gameobject_call_for_help_on_usage'), -- Khadgar's Unlocking
|
|
|
|
|
(1804,'spell_gameobject_call_for_help_on_usage'), -- Pick Lock
|
|
|
|
|
(2366,'spell_gameobject_call_for_help_on_usage'), -- Herb Gathering
|
|
|
|
|
(2368,'spell_gameobject_call_for_help_on_usage'), -- Herb Gathering
|
|
|
|
|
(2369,'spell_gameobject_call_for_help_on_usage'), -- Herb Gathering
|
|
|
|
|
(2371,'spell_gameobject_call_for_help_on_usage'), -- Herb Gathering
|
|
|
|
|
(2575,'spell_gameobject_call_for_help_on_usage'), -- Mining
|
|
|
|
|
(2576,'spell_gameobject_call_for_help_on_usage'), -- Mining
|
|
|
|
|
(3365,'spell_gameobject_call_for_help_on_usage'), -- Opening (Standard)
|
|
|
|
|
(3564,'spell_gameobject_call_for_help_on_usage'), -- Mining
|
|
|
|
|
(3570,'spell_gameobject_call_for_help_on_usage'), -- Herb Gathering
|
|
|
|
|
(4056,'spell_gameobject_call_for_help_on_usage'), -- Small Seaforium Charge
|
|
|
|
|
(4075,'spell_gameobject_call_for_help_on_usage'), -- Large Seaforium Charge
|
|
|
|
|
(6247,'spell_gameobject_call_for_help_on_usage'), -- Opening
|
|
|
|
|
-- (6461,'spell_gameobject_call_for_help_on_usage'), -- Pick Lock (classic)
|
|
|
|
|
-- (6463,'spell_gameobject_call_for_help_on_usage'), -- Pick Lock (classic)
|
|
|
|
|
(6477,'spell_gameobject_call_for_help_on_usage'), -- Opening
|
|
|
|
|
(6478,'spell_gameobject_call_for_help_on_usage'), -- Opening
|
|
|
|
|
(8917,'spell_gameobject_call_for_help_on_usage'), -- Opening
|
|
|
|
|
(10165,'spell_gameobject_call_for_help_on_usage'), -- Khadgar's Unlocking
|
|
|
|
|
(10166,'spell_gameobject_call_for_help_on_usage'), -- Khadgar's Unlocking
|
|
|
|
|
(10248,'spell_gameobject_call_for_help_on_usage'), -- Mining
|
|
|
|
|
(11993,'spell_gameobject_call_for_help_on_usage'), -- Herb Gathering
|
|
|
|
|
(19646,'spell_gameobject_call_for_help_on_usage'), -- Silver Skeleton Key
|
|
|
|
|
(19649,'spell_gameobject_call_for_help_on_usage'), -- Golden Skeleton Key
|
|
|
|
|
(19651,'spell_gameobject_call_for_help_on_usage'), -- Truesilver Skeleton Key
|
|
|
|
|
(19657,'spell_gameobject_call_for_help_on_usage'), -- Arcanite Skeleton Key
|
|
|
|
|
(20709,'spell_gameobject_call_for_help_on_usage'), -- Arcanite Skeleton Key
|
|
|
|
|
(22810,'spell_gameobject_call_for_help_on_usage'), -- Opening - No Text
|
|
|
|
|
(23008,'spell_gameobject_call_for_help_on_usage'), -- Powerful Seaforium Charge
|
|
|
|
|
(26868,'spell_gameobject_call_for_help_on_usage'); -- Opening
|
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
|
|
|
|
2020-10-23 23:09:36 -04:00
|
|
|
-- Paladin
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(21082,'spell_seal_of_the_crusader'),
|
|
|
|
|
(20162,'spell_seal_of_the_crusader'),
|
|
|
|
|
(20305,'spell_seal_of_the_crusader'),
|
|
|
|
|
(20306,'spell_seal_of_the_crusader'),
|
|
|
|
|
(20307,'spell_seal_of_the_crusader'),
|
2021-02-08 17:38:19 +01:00
|
|
|
(20308,'spell_seal_of_the_crusader'),
|
2023-09-17 12:57:29 +02:00
|
|
|
(5373,'spell_judgement_of_light_intermediate'),
|
|
|
|
|
(1826,'spell_judgement_of_wisdom_intermediate'),
|
2024-01-01 19:23:48 +01:00
|
|
|
(19752,'spell_divine_intervention'),
|
2023-09-16 23:35:38 +02:00
|
|
|
(19977,'spell_blessing_of_light'),
|
|
|
|
|
(19978,'spell_blessing_of_light'),
|
|
|
|
|
(19979,'spell_blessing_of_light'),
|
2024-02-03 14:49:57 -05:00
|
|
|
(20271,'spell_judgement'),
|
|
|
|
|
(20467,'spell_judgement_of_command'),
|
|
|
|
|
(20963,'spell_judgement_of_command'),
|
|
|
|
|
(20964,'spell_judgement_of_command'),
|
|
|
|
|
(20965,'spell_judgement_of_command'),
|
2024-05-11 22:42:03 +02:00
|
|
|
(20966,'spell_judgement_of_command');
|
2020-10-23 23:09:36 -04:00
|
|
|
|
2019-06-30 20:58:07 +02:00
|
|
|
-- Warlock
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
2021-03-17 20:22:40 +01:00
|
|
|
(603,'spell_curse_of_doom'),
|
|
|
|
|
(18662,'spell_curse_of_doom_effect'),
|
2019-06-30 20:58:07 +02:00
|
|
|
(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'),
|
2021-01-15 01:44:35 -05:00
|
|
|
(11689,'spell_life_tap'),
|
2023-09-30 19:51:30 +02:00
|
|
|
(6201,'spell_create_health_stone_warlock'),
|
|
|
|
|
(6202,'spell_create_health_stone_warlock'),
|
|
|
|
|
(5699,'spell_create_health_stone_warlock'),
|
|
|
|
|
(11729,'spell_create_health_stone_warlock'),
|
|
|
|
|
(11730,'spell_create_health_stone_warlock'),
|
2021-01-15 01:44:35 -05:00
|
|
|
(19505,'spell_devour_magic'),
|
|
|
|
|
(19731,'spell_devour_magic'),
|
|
|
|
|
(19734,'spell_devour_magic'),
|
2022-01-20 21:44:00 +01:00
|
|
|
(19736,'spell_devour_magic'),
|
|
|
|
|
(25228,'spell_soul_link');
|
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'),
|
2022-02-14 15:51:11 +01:00
|
|
|
(20647,'spell_warrior_execute_damage'),
|
2022-02-09 20:21:25 +01:00
|
|
|
(20230,'spell_retaliation_warrior');
|
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'),
|
2022-06-25 11:31:26 +02:00
|
|
|
(12577,'spell_arcane_concentration'),
|
2023-09-16 17:59:58 +02:00
|
|
|
(11170,'spell_shatter_mage'),
|
|
|
|
|
(12982,'spell_shatter_mage'),
|
|
|
|
|
(12983,'spell_shatter_mage'),
|
|
|
|
|
(12984,'spell_shatter_mage'),
|
|
|
|
|
(12985,'spell_shatter_mage'),
|
2022-06-25 11:31:26 +02:00
|
|
|
(10,'spell_blizzard'),
|
|
|
|
|
(6141,'spell_blizzard'),
|
|
|
|
|
(8427,'spell_blizzard'),
|
|
|
|
|
(10185,'spell_blizzard'),
|
|
|
|
|
(10186,'spell_blizzard'),
|
2023-11-23 08:36:49 +01:00
|
|
|
(10187,'spell_blizzard'),
|
2023-09-30 19:33:54 +02:00
|
|
|
(543,'spell_fire_ward_mage'),
|
|
|
|
|
(8457,'spell_fire_ward_mage'),
|
|
|
|
|
(8458,'spell_fire_ward_mage'),
|
|
|
|
|
(10223,'spell_fire_ward_mage'),
|
2023-11-23 08:36:49 +01:00
|
|
|
(10225,'spell_fire_ward_mage'),
|
2023-09-30 19:33:54 +02:00
|
|
|
(6143,'spell_frost_ward_mage'),
|
|
|
|
|
(8461,'spell_frost_ward_mage'),
|
|
|
|
|
(8462,'spell_frost_ward_mage'),
|
|
|
|
|
(10177,'spell_frost_ward_mage');
|
2020-03-15 00:08:55 +01:00
|
|
|
|
2020-08-13 16:04:59 +02:00
|
|
|
-- Druid
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
2024-03-17 12:38:56 +01:00
|
|
|
(18562,'spell_swiftmend'),
|
2021-03-16 18:42:18 +01:00
|
|
|
(5215,'spell_stealth'),
|
|
|
|
|
(6783,'spell_stealth'),
|
|
|
|
|
(9913,'spell_stealth'),
|
2020-08-13 16:04:59 +02:00
|
|
|
(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-03-27 11:58:54 +01:00
|
|
|
(9858,'spell_regrowth'),
|
|
|
|
|
(1178,'spell_druid_form_scaling_ap_auras'),
|
|
|
|
|
(3025,'spell_druid_form_scaling_ap_auras'),
|
|
|
|
|
(9635,'spell_druid_form_scaling_ap_auras'),
|
|
|
|
|
(24905,'spell_druid_form_scaling_ap_auras');
|
2020-08-13 16:04:59 +02:00
|
|
|
|
2021-01-12 09:52:48 +01:00
|
|
|
-- Rogue
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
2021-03-16 18:42:18 +01:00
|
|
|
(1784,'spell_stealth'),
|
|
|
|
|
(1785,'spell_stealth'),
|
|
|
|
|
(1786,'spell_stealth'),
|
|
|
|
|
(1787,'spell_stealth'),
|
2021-05-16 23:19:40 +02:00
|
|
|
(1856,'spell_vanish'),
|
|
|
|
|
(1857,'spell_vanish'),
|
2021-05-16 23:21:05 +02:00
|
|
|
(14093,'spell_improved_sap'),
|
2022-06-19 13:04:25 +02:00
|
|
|
(6770,'spell_sap'),
|
|
|
|
|
(2070,'spell_sap'), -- check ranks before changing
|
|
|
|
|
(11297,'spell_sap'),
|
2022-02-21 13:25:28 +01:00
|
|
|
(14185,'spell_preparation'),
|
|
|
|
|
(13983,'spell_setup_rogue'),
|
|
|
|
|
(14070,'spell_setup_rogue'),
|
|
|
|
|
(14071,'spell_setup_rogue');
|
2021-01-12 09:52:48 +01:00
|
|
|
|
2021-01-10 13:48:40 -05:00
|
|
|
-- Shaman
|
2022-02-16 20:06:04 +01:00
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
2023-09-16 22:58:45 +02:00
|
|
|
(29203,'spell_healing_way'),
|
2023-09-30 19:33:54 +02:00
|
|
|
(8516,'spell_windfury_totem_aura'),
|
|
|
|
|
(10608,'spell_windfury_totem_aura'),
|
|
|
|
|
(10610,'spell_windfury_totem_aura'),
|
2022-02-16 20:06:04 +01:00
|
|
|
(6495,'spell_sentry_totem');
|
2022-07-31 10:46:52 +02:00
|
|
|
|
|
|
|
|
-- Hunter
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(1515,'spell_tame_beast_channel'),
|
|
|
|
|
(13535,'spell_tame_beast_dummy');
|
2021-01-10 13:48:40 -05:00
|
|
|
|
2021-09-15 18:52:49 +02:00
|
|
|
-- Food and Drink
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(433, 'spell_food_animation'),
|
|
|
|
|
(434, 'spell_food_animation'),
|
|
|
|
|
(435, 'spell_food_animation'),
|
|
|
|
|
(1127, 'spell_food_animation'),
|
|
|
|
|
(1129, 'spell_food_animation'),
|
|
|
|
|
(1131, 'spell_food_animation'),
|
|
|
|
|
(2639, 'spell_food_animation'),
|
|
|
|
|
(5004, 'spell_food_animation'),
|
|
|
|
|
(5005, 'spell_food_animation'),
|
|
|
|
|
(5006, 'spell_food_animation'),
|
|
|
|
|
(5007, 'spell_food_animation'),
|
|
|
|
|
(6410, 'spell_food_animation'),
|
|
|
|
|
(7737, 'spell_food_animation'),
|
|
|
|
|
(9177, 'spell_food_animation'),
|
|
|
|
|
(10256, 'spell_food_animation'),
|
|
|
|
|
(10257, 'spell_food_animation'),
|
|
|
|
|
(18124, 'spell_food_animation'),
|
|
|
|
|
(18229, 'spell_food_animation'),
|
|
|
|
|
(18230, 'spell_food_animation'),
|
|
|
|
|
(18231, 'spell_food_animation'),
|
|
|
|
|
(18232, 'spell_food_animation'),
|
|
|
|
|
(18233, 'spell_food_animation'),
|
|
|
|
|
(18234, 'spell_food_animation'),
|
|
|
|
|
(21149, 'spell_food_animation'),
|
|
|
|
|
(22731, 'spell_food_animation'),
|
|
|
|
|
(24005, 'spell_food_animation'),
|
|
|
|
|
(24707, 'spell_food_animation'),
|
|
|
|
|
(24800, 'spell_food_animation'),
|
|
|
|
|
(24869, 'spell_food_animation'),
|
|
|
|
|
(25660, 'spell_food_animation'),
|
|
|
|
|
(25695, 'spell_food_animation'),
|
|
|
|
|
(25697, 'spell_food_animation'),
|
|
|
|
|
(25700, 'spell_food_animation'),
|
|
|
|
|
(25702, 'spell_food_animation'),
|
|
|
|
|
(25886, 'spell_food_animation'),
|
|
|
|
|
(25888, 'spell_food_animation'),
|
|
|
|
|
(25990, 'spell_food_animation'),
|
|
|
|
|
(26030, 'spell_food_animation'),
|
|
|
|
|
(26260, 'spell_food_animation'),
|
|
|
|
|
(26263, 'spell_food_animation'),
|
|
|
|
|
(26401, 'spell_food_animation'),
|
|
|
|
|
(26472, 'spell_food_animation'),
|
|
|
|
|
(26474, 'spell_food_animation'),
|
|
|
|
|
(28616, 'spell_food_animation'),
|
|
|
|
|
(29008, 'spell_food_animation'),
|
|
|
|
|
(29038, 'spell_food_animation'),
|
|
|
|
|
(29055, 'spell_food_animation'),
|
|
|
|
|
(29073, 'spell_food_animation'),
|
|
|
|
|
(833, 'spell_drink_animation'),
|
|
|
|
|
(18140, 'spell_drink_animation'),
|
|
|
|
|
(23698, 'spell_drink_animation'),
|
|
|
|
|
(24355, 'spell_drink_animation'),
|
|
|
|
|
(25696, 'spell_drink_animation'),
|
|
|
|
|
(25701, 'spell_drink_animation'),
|
|
|
|
|
(25703, 'spell_drink_animation'),
|
|
|
|
|
(25887, 'spell_drink_animation'),
|
|
|
|
|
(25889, 'spell_drink_animation'),
|
|
|
|
|
(26261, 'spell_drink_animation'),
|
|
|
|
|
(26402, 'spell_drink_animation'),
|
|
|
|
|
(26473, 'spell_drink_animation'),
|
|
|
|
|
(26475, 'spell_drink_animation'),
|
|
|
|
|
(29007, 'spell_drink_animation'),
|
|
|
|
|
(29039, 'spell_drink_animation');
|
|
|
|
|
|
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
|
2022-06-25 23:05:11 +02:00
|
|
|
(23333,'spell_flag_aura_bg'),
|
|
|
|
|
(23335,'spell_flag_aura_bg'),
|
|
|
|
|
(29519,'spell_flag_aura_bg'),
|
2022-07-13 22:46:02 +02:00
|
|
|
-- WSG
|
|
|
|
|
(23383,'spell_flag_click_bg'),
|
|
|
|
|
(23384,'spell_flag_click_bg'),
|
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');
|
2022-02-18 18:34:56 +01:00
|
|
|
|
|
|
|
|
-- World Events
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
-- Lunar Festival
|
2022-02-21 01:19:41 +01:00
|
|
|
(26286, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26291, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26292, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26294, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26295, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26333, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26334, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26336, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26337, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26338, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26304, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26325, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26327, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26328, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26329, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26488, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26490, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26517, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26519, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26518, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26521, 'spell_lunar_festival_firework'),
|
|
|
|
|
(26344, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26345, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26346, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26347, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26348, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26349, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26351, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26352, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26353, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26354, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26355, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26356, 'spell_lunar_festival_firework_single'),
|
|
|
|
|
(26301, 'spell_lunar_festival_cluster_small_d'),
|
|
|
|
|
(26305, 'spell_lunar_festival_cluster_small_d'),
|
|
|
|
|
(26309, 'spell_lunar_festival_cluster_small_d'),
|
|
|
|
|
(26313, 'spell_lunar_festival_cluster_small_d'),
|
|
|
|
|
(26317, 'spell_lunar_festival_cluster_small_d'),
|
|
|
|
|
(26321, 'spell_lunar_festival_cluster_small_d'),
|
|
|
|
|
(26300, 'spell_lunar_festival_cluster_small_n'),
|
|
|
|
|
(26306, 'spell_lunar_festival_cluster_small_n'),
|
|
|
|
|
(26310, 'spell_lunar_festival_cluster_small_n'),
|
|
|
|
|
(26314, 'spell_lunar_festival_cluster_small_n'),
|
|
|
|
|
(26318, 'spell_lunar_festival_cluster_small_n'),
|
|
|
|
|
(26322, 'spell_lunar_festival_cluster_small_n'),
|
|
|
|
|
(26302, 'spell_lunar_festival_cluster_small_se'),
|
|
|
|
|
(26307, 'spell_lunar_festival_cluster_small_se'),
|
|
|
|
|
(26311, 'spell_lunar_festival_cluster_small_se'),
|
|
|
|
|
(26315, 'spell_lunar_festival_cluster_small_se'),
|
|
|
|
|
(26319, 'spell_lunar_festival_cluster_small_se'),
|
|
|
|
|
(26323, 'spell_lunar_festival_cluster_small_se'),
|
|
|
|
|
(26303, 'spell_lunar_festival_cluster_small_sw'),
|
|
|
|
|
(26308, 'spell_lunar_festival_cluster_small_sw'),
|
|
|
|
|
(26312, 'spell_lunar_festival_cluster_small_sw'),
|
|
|
|
|
(26316, 'spell_lunar_festival_cluster_small_sw'),
|
|
|
|
|
(26320, 'spell_lunar_festival_cluster_small_sw'),
|
|
|
|
|
(26324, 'spell_lunar_festival_cluster_small_sw'),
|
|
|
|
|
(26357, 'spell_lunar_festival_cluster_small_u'),
|
|
|
|
|
(26360, 'spell_lunar_festival_cluster_small_u'),
|
|
|
|
|
(26358, 'spell_lunar_festival_cluster_small_u'),
|
|
|
|
|
(26359, 'spell_lunar_festival_cluster_small_u'),
|
|
|
|
|
(26361, 'spell_lunar_festival_cluster_small_u'),
|
|
|
|
|
(26362, 'spell_lunar_festival_cluster_small_u'),
|
|
|
|
|
(26483, 'spell_lunar_festival_cluster_big_d'),
|
|
|
|
|
(26491, 'spell_lunar_festival_cluster_big_d'),
|
|
|
|
|
(26496, 'spell_lunar_festival_cluster_big_d'),
|
|
|
|
|
(26501, 'spell_lunar_festival_cluster_big_d'),
|
|
|
|
|
(26506, 'spell_lunar_festival_cluster_big_d'),
|
|
|
|
|
(26511, 'spell_lunar_festival_cluster_big_d'),
|
|
|
|
|
(26484, 'spell_lunar_festival_cluster_big_n'),
|
|
|
|
|
(26492, 'spell_lunar_festival_cluster_big_n'),
|
|
|
|
|
(26497, 'spell_lunar_festival_cluster_big_n'),
|
|
|
|
|
(26502, 'spell_lunar_festival_cluster_big_n'),
|
|
|
|
|
(26507, 'spell_lunar_festival_cluster_big_n'),
|
|
|
|
|
(26512, 'spell_lunar_festival_cluster_big_n'),
|
|
|
|
|
(26485, 'spell_lunar_festival_cluster_big_se'),
|
|
|
|
|
(26493, 'spell_lunar_festival_cluster_big_se'),
|
|
|
|
|
(26498, 'spell_lunar_festival_cluster_big_se'),
|
|
|
|
|
(26503, 'spell_lunar_festival_cluster_big_se'),
|
|
|
|
|
(26508, 'spell_lunar_festival_cluster_big_se'),
|
|
|
|
|
(26513, 'spell_lunar_festival_cluster_big_se'),
|
|
|
|
|
(26486, 'spell_lunar_festival_cluster_big_sw'),
|
|
|
|
|
(26494, 'spell_lunar_festival_cluster_big_sw'),
|
|
|
|
|
(26499, 'spell_lunar_festival_cluster_big_sw'),
|
|
|
|
|
(26504, 'spell_lunar_festival_cluster_big_sw'),
|
|
|
|
|
(26509, 'spell_lunar_festival_cluster_big_sw'),
|
|
|
|
|
(26514, 'spell_lunar_festival_cluster_big_sw'),
|
|
|
|
|
(26487, 'spell_lunar_festival_cluster_big_u'),
|
|
|
|
|
(26495, 'spell_lunar_festival_cluster_big_u'),
|
|
|
|
|
(26500, 'spell_lunar_festival_cluster_big_u'),
|
|
|
|
|
(26505, 'spell_lunar_festival_cluster_big_u'),
|
|
|
|
|
(26510, 'spell_lunar_festival_cluster_big_u'),
|
|
|
|
|
(26515, 'spell_lunar_festival_cluster_big_u');
|