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'),
|
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'),
|
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'),
|
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'),
|
2021-03-12 21:32:25 +01:00
|
|
|
(24693,'spell_hakkar_power_down'),
|
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'),
|
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'),
|
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'),
|
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'),
|
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'),
|
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'),
|
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-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'),
|
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'),
|
2020-01-21 00:18:46 +01:00
|
|
|
(30132,'spell_sapphiron_iceblock');
|
2019-06-30 20:58:07 +02:00
|
|
|
|
|
|
|
|
-- TBC
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
2020-10-27 03:12:32 -04:00
|
|
|
(42144,'spell_horseman_create_water_bucket'),
|
|
|
|
|
(42074,'spell_horseman_fire'),
|
|
|
|
|
(43885,'spell_horseman_maniacal_laugh'),
|
|
|
|
|
(43884,'spell_horseman_maniacal_laugh_delayed'),
|
|
|
|
|
(43886,'spell_horseman_maniacal_laugh_delayed'),
|
|
|
|
|
(42140,'spell_horseman_start_fire_periodic'),
|
|
|
|
|
(42143,'spell_horseman_start_fire_target_test'),
|
|
|
|
|
(43711,'spell_horseman_start_fire_target_test'),
|
|
|
|
|
(42132,'spell_horseman_start_fire'),
|
|
|
|
|
(42079,'spell_horseman_start_fire'),
|
|
|
|
|
(43715,'spell_horseman_start_fire'),
|
|
|
|
|
(42637,'spell_horseman_conflagrate_periodic'),
|
|
|
|
|
(42638,'spell_horseman_conflagrate_target_test'),
|
|
|
|
|
(42339,'spell_bucket_lands'),
|
|
|
|
|
(42348,'spell_fire_extinguish'),
|
|
|
|
|
(42151,'spell_all_fires_out_test'),
|
|
|
|
|
(43321,'spell_human_child_laughter'),
|
|
|
|
|
(43324,'spell_orc_child_laughter'),
|
|
|
|
|
(43323,'spell_human_child_crying'),
|
|
|
|
|
(42178,'spell_invisible_campfire_remove'),
|
2020-03-08 12:27:00 +01:00
|
|
|
(32811,'spell_greater_invisibility_mob'),
|
2020-03-06 13:43:52 +01:00
|
|
|
(29969,'spell_summon_blizzard'),
|
|
|
|
|
(29970,'spell_dispel_blizzard'),
|
|
|
|
|
(29979,'spell_massive_magnetic_pull'),
|
|
|
|
|
(30004,'spell_flame_wreath'),
|
2020-03-02 14:38:39 +01:00
|
|
|
(29770,'spell_midnight_mount'),
|
2020-02-16 18:27:49 +01:00
|
|
|
(29883,'spell_blink_arcane_anomaly'),
|
2020-02-16 17:27:07 +01:00
|
|
|
(29907,'spell_astral_bite'),
|
2020-02-10 17:51:30 +01:00
|
|
|
(29690,'spell_inebriate_removal'),
|
2020-03-30 19:32:05 -04:00
|
|
|
(30115,'spell_sacrifice'),
|
2020-02-16 14:21:28 -05:00
|
|
|
(31702,'spell_someone_grab_me'),
|
|
|
|
|
(31703,'spell_magnetic_pull'),
|
|
|
|
|
(31704,'spell_levitate'),
|
2020-03-25 12:44:42 +01:00
|
|
|
(30166,'spell_shadow_grasp_magtheridon'),
|
|
|
|
|
(30410,'spell_shadow_grasp_cube'),
|
|
|
|
|
(30658,'spell_quake_magtheridon'),
|
|
|
|
|
(30571,'spell_quake_magtheridon_knockback'),
|
2020-03-07 20:28:44 +01:00
|
|
|
(30425,'spell_portal_attunement'),
|
|
|
|
|
(30469,'spell_nether_beam'),
|
|
|
|
|
(38546,'spell_face_random_target'),
|
2020-03-04 20:15:52 +01:00
|
|
|
(30659,'spell_fel_infusion'),
|
2020-07-10 04:12:07 +02:00
|
|
|
(31427,'spell_allergies'),
|
2020-03-30 21:32:48 +02:00
|
|
|
(35139,'spell_throw_booms_doom'),
|
2020-03-04 18:20:10 +01:00
|
|
|
(35150,'spell_nether_charge_passive'),
|
|
|
|
|
(37670,'spell_nether_charge_timer'),
|
2020-03-24 22:28:05 +01:00
|
|
|
(33676,'spell_incite_chaos'),
|
2020-03-08 00:33:35 +01:00
|
|
|
(30843,'spell_enfeeble'),
|
|
|
|
|
(41624,'spell_enfeeble_removal'),
|
2020-03-29 12:55:17 +02:00
|
|
|
(32264,'spell_shirrak_inhibit_magic'),
|
2020-03-30 01:55:01 -04:00
|
|
|
(33332,'spell_suppression_blast'),
|
2020-03-29 00:05:24 +01:00
|
|
|
(32830,'spell_auchenai_possess'),
|
2020-03-28 19:22:34 +01:00
|
|
|
(36557,'spell_cursed_scarab_periodic'),
|
|
|
|
|
(36560,'spell_cursed_scarab_despawn_periodic'),
|
2020-02-29 11:52:53 +01:00
|
|
|
(34874,'spell_despawn_underbog_mushrooms'),
|
2020-02-18 03:21:03 -05:00
|
|
|
(36374,'spell_summon_smoke_beacon'),
|
2020-02-10 17:51:30 +01:00
|
|
|
(37591,'spell_inebriate_removal'),
|
2020-04-04 12:21:08 +02:00
|
|
|
(35754,'spell_soccothrates_charge'),
|
2020-08-18 13:29:43 +02:00
|
|
|
(31617,'spell_raise_dead_hyjal'),
|
|
|
|
|
(31624,'spell_raise_dead_hyjal'),
|
|
|
|
|
(31625,'spell_raise_dead_hyjal'),
|
2020-05-23 14:06:14 +02:00
|
|
|
(38028,'spell_watery_grave'),
|
2020-03-19 00:21:44 +01:00
|
|
|
(34231,'spell_increased_holy_light_healing'),
|
2020-02-10 17:16:23 +01:00
|
|
|
(33793,'spell_vazruden_liquid_fire_script'),
|
|
|
|
|
(33794,'spell_vazruden_liquid_fire_script'),
|
2020-05-02 04:44:21 +02:00
|
|
|
(30926,'spell_vazruden_liquid_fire_script'),
|
2020-02-10 17:16:23 +01:00
|
|
|
(36921,'spell_vazruden_liquid_fire_script'),
|
2020-02-15 15:44:39 +01:00
|
|
|
(30700,'spell_face_highest_threat'),
|
2020-02-09 14:59:45 +01:00
|
|
|
(36153,'spell_soulbind'),
|
2020-07-31 11:18:08 +02:00
|
|
|
(35181,'spell_dive_bomb'),
|
2020-02-27 20:59:11 -05:00
|
|
|
(36460,'spell_ultra_deconsolodation_zapper'),
|
2020-05-08 09:48:53 +02:00
|
|
|
(37431,'spell_lurker_spout_initial'),
|
|
|
|
|
(37429,'spell_lurker_spout_turning'),
|
|
|
|
|
(37430,'spell_lurker_spout_turning'),
|
2020-02-18 22:40:56 +01:00
|
|
|
(37851,'spell_tag_for_single_use'),
|
2020-02-25 23:42:31 -05:00
|
|
|
(37896,'spell_to_infinity_and_above'),
|
2020-02-08 13:39:29 +01:00
|
|
|
(38606,'spell_exorcism_feather'),
|
2020-02-28 22:46:58 -05:00
|
|
|
(38640,'spell_koi_koi_death'),
|
2019-06-30 20:58:07 +02:00
|
|
|
(38915,'spell_mental_interference'),
|
2020-08-26 13:07:45 +02:00
|
|
|
(40309,'spell_possess_demon_shartuul'),
|
|
|
|
|
(40222,'spell_smash_shield'),
|
|
|
|
|
(40503,'spell_possession_transfer'),
|
|
|
|
|
(41962,'spell_possession_transfer'),
|
|
|
|
|
(40821,'spell_touch_of_madness'),
|
|
|
|
|
(40824,'spell_madness_rift'),
|
|
|
|
|
(40605,'spell_eredar_pre_gate_beam'),
|
|
|
|
|
(40563,'spell_throw_axe'),
|
|
|
|
|
(40493,'spell_super_jump'),
|
|
|
|
|
(41589,'spell_cleansing_flame'),
|
|
|
|
|
(41939,'spell_rampaging_charge'),
|
|
|
|
|
(40736,'spell_death_blast'),
|
|
|
|
|
(41579,'spell_iceblast'),
|
|
|
|
|
(40658,'spell_absorb_life'),
|
|
|
|
|
(40659,'spell_shartuul_dive_bomb'),
|
|
|
|
|
(40557,'spell_flying_attack_aura'),
|
|
|
|
|
(40556,'spell_fireball_barrage'),
|
|
|
|
|
(40741,'spell_chaos_strike'),
|
|
|
|
|
(41629,'spell_chaos_strike_transform'),
|
|
|
|
|
(41593,'spell_shivan_shapeshift_form'),
|
|
|
|
|
(41594,'spell_shivan_shapeshift_form'),
|
|
|
|
|
(41595,'spell_shivan_shapeshift_form'),
|
|
|
|
|
(40675,'spell_build_portable_fel_cannon'),
|
|
|
|
|
(40777,'spell_stun_rope_attunement'),
|
2019-06-30 20:58:07 +02:00
|
|
|
(40186,'spell_summon_blossom_move_target'),
|
|
|
|
|
(40251,'spell_shadow_of_death'),
|
|
|
|
|
(41289,'spell_ethereal_ring_signal_flare'),
|
|
|
|
|
(41999,'spell_shadow_of_death_remove'),
|
2020-06-18 21:58:36 +02:00
|
|
|
(38358,'spell_tidal_surge_caribdis'),
|
2020-06-14 16:01:19 +02:00
|
|
|
(37676,'spell_insidious_whisper'),
|
|
|
|
|
(37750,'spell_clear_consuming_madness'),
|
|
|
|
|
(37640,'spell_leotheras_whirlwind_aura'),
|
|
|
|
|
(37641,'spell_leotheras_whirlwind_proc'),
|
2020-04-07 18:18:13 +02:00
|
|
|
(33572,'spell_gronn_lords_grasp'),
|
2020-06-17 14:46:04 +02:00
|
|
|
(38511,'spell_vashj_persuasion'),
|
2020-06-30 18:58:53 +02:00
|
|
|
(38573,'spell_spore_drop_effect'),
|
2020-03-09 00:05:44 +01:00
|
|
|
(33040,'spell_wota_main_cast_and_jump'),
|
|
|
|
|
(33049,'spell_wota_main_cast_and_jump'),
|
|
|
|
|
(33045,'spell_wota_dot'),
|
|
|
|
|
(33048,'spell_wota_search'),
|
|
|
|
|
(33229,'spell_wota_remove'),
|
|
|
|
|
(42783,'spell_wrath_of_the_astromancer'),
|
2020-03-09 15:35:05 -04:00
|
|
|
(45043,'spell_power_circle'),
|
|
|
|
|
(44006,'spell_teleport_self_akilzon'),
|
2020-06-18 18:08:54 +02:00
|
|
|
(43681,'spell_inactive'),
|
2020-08-05 13:06:35 +02:00
|
|
|
(40084,'spell_harpooners_mark'),
|
2020-07-26 12:18:31 +02:00
|
|
|
(31258,'spell_winterchill_death_and_decay'),
|
|
|
|
|
(31436,'spell_split_damage'),
|
|
|
|
|
(31447,'spell_mark_of_kazrogal'),
|
|
|
|
|
(31347,'spell_azgalor_doom'),
|
2020-08-16 13:16:51 +02:00
|
|
|
(41625,'spell_fel_rage_3'),
|
2020-07-23 11:24:21 +02:00
|
|
|
(40214,'spell_dragonmaw_illusion_base'),
|
|
|
|
|
(42016,'spell_dragonmaw_illusion_transform'),
|
2020-07-22 10:25:31 +02:00
|
|
|
(39810,'spell_sparrowhawk_net'),
|
2020-07-30 23:30:07 +02:00
|
|
|
(34190,'spell_void_reaver_arcane_orb'),
|
2020-07-22 00:11:39 +02:00
|
|
|
(41034,'spell_spell_absorption'),
|
2020-06-27 11:58:08 +02:00
|
|
|
(35861,'spell_nether_vapor_summon'),
|
|
|
|
|
(35862,'spell_nether_vapor_summon'),
|
|
|
|
|
(35863,'spell_nether_vapor_summon'),
|
|
|
|
|
(35864,'spell_nether_vapor_summon'),
|
|
|
|
|
(35865,'spell_nether_vapor_summon_parent'),
|
|
|
|
|
(45960,'spell_nether_vapor_lightning'),
|
2020-08-09 22:06:22 +02:00
|
|
|
(39497,'spell_remove_weapons'),
|
2020-07-20 16:27:22 +02:00
|
|
|
(31298,'spell_anetheron_sleep'),
|
2020-07-24 17:34:01 +02:00
|
|
|
(41910,'spell_alar_phoenix_ember_blast'),
|
2020-07-25 00:40:41 +02:00
|
|
|
(33985,'spell_use_corpse'),
|
|
|
|
|
(34011,'spell_raise_dead'),
|
|
|
|
|
(34012,'spell_raise_dead'),
|
|
|
|
|
(34019,'spell_raise_dead'),
|
|
|
|
|
(41071,'spell_raise_dead'),
|
2020-08-02 23:16:09 +02:00
|
|
|
(40567,'spell_ogrila_flasks'),
|
|
|
|
|
(40568,'spell_ogrila_flasks'),
|
|
|
|
|
(40572,'spell_ogrila_flasks'),
|
|
|
|
|
(40573,'spell_ogrila_flasks'),
|
|
|
|
|
(40575,'spell_ogrila_flasks'),
|
|
|
|
|
(40576,'spell_ogrila_flasks'),
|
2020-09-09 21:29:22 +02:00
|
|
|
(40887,'spell_assist_bt'),
|
|
|
|
|
(40892,'spell_fixate_bt'),
|
2020-09-25 10:38:42 +02:00
|
|
|
(39581,'spell_storm_blink'),
|
2020-06-27 11:58:08 +02:00
|
|
|
(34630,'spell_scrap_reaver_spell'),
|
2020-09-01 18:16:03 +02:00
|
|
|
(44935,'spell_razorthorn_root'),
|
|
|
|
|
(44881,'spell_charm_ravager'),
|
2020-09-02 13:33:51 +02:00
|
|
|
(44948,'spell_living_flare_detonator'),
|
|
|
|
|
(44877,'spell_living_flare_master'),
|
|
|
|
|
(44943,'spell_living_flare_unstable'),
|
|
|
|
|
(45188,'spell_dawnblade_attack'),
|
|
|
|
|
(38858,'spell_queldanas_shoot'),
|
2020-06-18 18:08:54 +02:00
|
|
|
(34800,'spell_getting_sleepy_aura'),
|
2020-09-13 21:45:31 +02:00
|
|
|
(43364,'spell_getting_sleepy_aura'),
|
2020-09-14 19:59:43 +02:00
|
|
|
(37156,'spell_tk_dive'),
|
2020-09-16 10:03:08 +02:00
|
|
|
(41951,'spell_supremus_random_target'),
|
2020-09-14 19:59:43 +02:00
|
|
|
(34438,'spell_unstable_affliction'),
|
|
|
|
|
(34439,'spell_unstable_affliction'),
|
|
|
|
|
(35183,'spell_unstable_affliction');
|
2019-06-30 20:58:07 +02:00
|
|
|
|
|
|
|
|
-- Wotlk
|
|
|
|
|
|
|
|
|
|
|
2020-01-04 11:15:25 +01:00
|
|
|
-- Hunter
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(1130,'spell_hunters_mark'),
|
|
|
|
|
(14323,'spell_hunters_mark'),
|
|
|
|
|
(14324,'spell_hunters_mark'),
|
2020-01-05 10:24:06 +01:00
|
|
|
(14325,'spell_hunters_mark'),
|
2020-04-25 14:48:56 +03:00
|
|
|
(34026,'spell_kill_command'),
|
2021-01-05 23:16:41 +03:00
|
|
|
(34477,'spell_misdirection');
|
2020-01-04 11:15:25 +01:00
|
|
|
|
2019-06-30 20:58:07 +02:00
|
|
|
-- Priest
|
|
|
|
|
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'),
|
2020-08-01 12:22:31 +02:00
|
|
|
(27827,'spell_spirit_of_redemption_heal'),
|
2020-12-16 19:06:52 -05:00
|
|
|
(32676,'spell_consume_magic'),
|
2021-06-25 11:29:45 +02:00
|
|
|
(33076,'spell_prayer_of_mending'),
|
2020-12-16 19:06:52 -05:00
|
|
|
(34433,'spell_shadowfiend');
|
2019-06-30 20:58:07 +02:00
|
|
|
|
2020-07-21 23:56:18 +02:00
|
|
|
-- Paladin
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(31789,'spell_righteous_defense');
|
|
|
|
|
|
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'),
|
|
|
|
|
(11713,'spell_curse_of_agony'),
|
|
|
|
|
(27218,'spell_curse_of_agony'),
|
2020-08-31 11:17:16 +02:00
|
|
|
(1454,'spell_life_tap'),
|
|
|
|
|
(1455,'spell_life_tap'),
|
|
|
|
|
(1456,'spell_life_tap'),
|
|
|
|
|
(11687,'spell_life_tap'),
|
|
|
|
|
(11688,'spell_life_tap'),
|
|
|
|
|
(11689,'spell_life_tap'),
|
|
|
|
|
(27222,'spell_life_tap'),
|
2020-08-11 16:07:56 +02:00
|
|
|
(35696,'spell_demonic_knowledge'),
|
2019-06-30 20:58:07 +02:00
|
|
|
(30108,'spell_unstable_affliction'),
|
|
|
|
|
(30404,'spell_unstable_affliction'),
|
2020-01-03 19:35:25 +01:00
|
|
|
(30405,'spell_unstable_affliction'),
|
|
|
|
|
(32379,'spell_shadow_word_death'),
|
|
|
|
|
(32996,'spell_shadow_word_death');
|
2019-06-30 20:58:07 +02:00
|
|
|
|
2020-01-23 02:19:25 +01:00
|
|
|
-- Pet Scaling
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(34902,'spell_hunter_pet_scaling_1'),
|
|
|
|
|
(34903,'spell_hunter_pet_scaling_2'),
|
|
|
|
|
(34904,'spell_hunter_pet_scaling_3'),
|
|
|
|
|
|
|
|
|
|
(34947,'spell_warlock_pet_scaling_1'),
|
|
|
|
|
(34956,'spell_warlock_pet_scaling_2'),
|
|
|
|
|
(34957,'spell_warlock_pet_scaling_3'),
|
|
|
|
|
(34958,'spell_warlock_pet_scaling_4'),
|
|
|
|
|
|
|
|
|
|
(35657,'spell_mage_pet_scaling_1'),
|
|
|
|
|
(35658,'spell_mage_pet_scaling_2'),
|
|
|
|
|
(35659,'spell_mage_pet_scaling_3'),
|
|
|
|
|
(35660,'spell_mage_pet_scaling_4'),
|
|
|
|
|
|
|
|
|
|
(35661,'spell_priest_pet_scaling_1'),
|
|
|
|
|
(35662,'spell_priest_pet_scaling_2'),
|
|
|
|
|
(35663,'spell_priest_pet_scaling_3'),
|
|
|
|
|
(35664,'spell_priest_pet_scaling_4'),
|
|
|
|
|
|
|
|
|
|
(35665,'spell_elemental_pet_scaling_1'),
|
|
|
|
|
(35666,'spell_elemental_pet_scaling_2'),
|
|
|
|
|
(35667,'spell_elemental_pet_scaling_3'),
|
|
|
|
|
(35668,'spell_elemental_pet_scaling_4'),
|
|
|
|
|
|
|
|
|
|
(35669,'spell_druid_pet_scaling_1'),
|
|
|
|
|
(35670,'spell_druid_pet_scaling_2'),
|
|
|
|
|
(35671,'spell_druid_pet_scaling_3'),
|
|
|
|
|
(35672,'spell_druid_pet_scaling_4'),
|
|
|
|
|
|
|
|
|
|
(35674,'spell_enhancement_pet_scaling_1'),
|
|
|
|
|
(35675,'spell_enhancement_pet_scaling_2'),
|
|
|
|
|
(35676,'spell_enhancement_pet_scaling_3'),
|
|
|
|
|
|
|
|
|
|
(36186,'spell_infernal_pet_scaling_1'),
|
|
|
|
|
(36188,'spell_infernal_pet_scaling_2'),
|
|
|
|
|
(36189,'spell_infernal_pet_scaling_3'),
|
|
|
|
|
(36190,'spell_infernal_pet_scaling_4');
|
|
|
|
|
|
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'),
|
|
|
|
|
(20662,'spell_warrior_execute'),
|
|
|
|
|
(25234,'spell_warrior_execute'),
|
2020-03-11 22:43:01 +01:00
|
|
|
(25236,'spell_warrior_execute'),
|
2020-07-24 10:48:11 +02:00
|
|
|
(20647,'spell_warrior_execute_damage'),
|
|
|
|
|
(34428,'spell_warrior_victory_rush');
|
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
|
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'),
|
|
|
|
|
(9858,'spell_regrowth'),
|
|
|
|
|
(26980,'spell_regrowth');
|
|
|
|
|
|
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'),
|
|
|
|
|
(26889,'spell_vanish'),
|
2021-01-12 09:52:48 +01:00
|
|
|
(14185,'spell_preparation');
|
|
|
|
|
|
2020-09-28 12:58:05 +02:00
|
|
|
-- Shaman
|
|
|
|
|
INSERT INTO spell_scripts(Id, ScriptName) VALUES
|
|
|
|
|
(974,'spell_earth_shield'),
|
|
|
|
|
(32593,'spell_earth_shield'),
|
|
|
|
|
(32594,'spell_earth_shield');
|
|
|
|
|
|
2020-10-11 00:42:27 +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:42:27 +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'),
|
|
|
|
|
-- Zangarmarsh
|
|
|
|
|
(32433,'spell_outdoor_pvp_banner_trigger'),
|
|
|
|
|
(32438,'spell_outdoor_pvp_banner_trigger');
|