feat(DB): release ACDB 7.0.0 (#12811)
* feat(DB): release ACDB 7.0.0 * cleanup * we try sourcery
This commit is contained in:
parent
4cd3b9c203
commit
3daa8e2146
739 changed files with 197091 additions and 167873 deletions
|
|
@ -15,12 +15,12 @@
|
|||
-- Dumpar struktur för tabell acore_world.spell_script_names
|
||||
DROP TABLE IF EXISTS `spell_script_names`;
|
||||
CREATE TABLE IF NOT EXISTS `spell_script_names` (
|
||||
`spell_id` INT NOT NULL,
|
||||
`spell_id` int NOT NULL,
|
||||
`ScriptName` char(64) NOT NULL,
|
||||
UNIQUE KEY `spell_id` (`spell_id`,`ScriptName`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
-- Dumpar data för tabell acore_world.spell_script_names: 2 015 rows
|
||||
-- Dumpar data för tabell acore_world.spell_script_names: 2 042 rows
|
||||
DELETE FROM `spell_script_names`;
|
||||
/*!40000 ALTER TABLE `spell_script_names` DISABLE KEYS */;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
|
|
@ -226,7 +226,7 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(18173, 'spell_vael_burning_adrenaline'),
|
||||
(18277, 'spell_onslaught_or_call_bone_gryphon'),
|
||||
(18541, 'spell_warl_ritual_of_doom_effect'),
|
||||
(18670, 'spell_gen_knock_away'),
|
||||
(18670, 'spell_vem_knockback'),
|
||||
(18765, 'spell_warr_sweeping_strikes'),
|
||||
(18813, 'spell_gen_knock_away'),
|
||||
(18945, 'spell_gen_knock_away'),
|
||||
|
|
@ -320,7 +320,6 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(23134, 'spell_item_goblin_bomb'),
|
||||
(23138, 'spell_shazzrah_gate_dummy'),
|
||||
(23183, 'spell_mark_of_frost_freeze'),
|
||||
(23397, 'aura_class_call_berserk'),
|
||||
(23397, 'spell_class_call_handler'),
|
||||
(23398, 'spell_class_call_handler'),
|
||||
(23401, 'spell_class_call_handler'),
|
||||
|
|
@ -346,16 +345,29 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(23696, 'spell_gen_bandage'),
|
||||
(23780, 'spell_item_aegis_of_preservation'),
|
||||
(23786, 'spell_item_powerful_anti_venom'),
|
||||
(23878, 'spell_random_aggro'),
|
||||
(23880, 'spell_warr_bloodthirst_heal'),
|
||||
(23881, 'spell_warr_bloodthirst'),
|
||||
(23970, 'spell_batrider_bomb'),
|
||||
(23989, 'spell_hun_readiness'),
|
||||
(24083, 'spell_hatch_eggs'),
|
||||
(24084, 'spell_marli_transform'),
|
||||
(24110, 'spell_enveloping_webs'),
|
||||
(24306, 'spell_delusions_of_jindo'),
|
||||
(24314, 'spell_threatening_gaze'),
|
||||
(24315, 'spell_threatening_gaze_charge'),
|
||||
(24324, 'spell_blood_siphon'),
|
||||
(24325, 'spell_pagles_point_cast'),
|
||||
(24326, 'spell_gahzranka_slam'),
|
||||
(24401, 'spell_gen_model_visible'),
|
||||
(24408, 'spell_mandokir_charge'),
|
||||
(24412, 'spell_gen_bandage'),
|
||||
(24413, 'spell_gen_bandage'),
|
||||
(24414, 'spell_gen_bandage'),
|
||||
(24531, 'spell_item_refocus'),
|
||||
(24590, 'spell_item_brittle_armor'),
|
||||
(24684, 'spell_chain_burn'),
|
||||
(24693, 'spell_hakkar_power_down'),
|
||||
(24717, 'spell_hallows_end_pirate_costume'),
|
||||
(24718, 'spell_hallows_end_ninja_costume'),
|
||||
(24719, 'spell_hallows_end_leper_costume'),
|
||||
|
|
@ -364,17 +376,37 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(24750, 'spell_hallows_end_trick'),
|
||||
(24751, 'spell_hallows_end_trick_or_treat'),
|
||||
(24778, 'spell_dream_fog_sleep'),
|
||||
(24834, 'spell_shadow_bolt_whirl'),
|
||||
(24930, 'spell_hallows_end_candy'),
|
||||
(24983, 'spell_gen_baby_murloc_passive'),
|
||||
(24984, 'spell_gen_baby_murloc'),
|
||||
(25042, 'spell_mark_of_nature'),
|
||||
(25177, 'spell_crystal_weakness'),
|
||||
(25178, 'spell_crystal_weakness'),
|
||||
(25180, 'spell_crystal_weakness'),
|
||||
(25181, 'spell_crystal_weakness'),
|
||||
(25183, 'spell_crystal_weakness'),
|
||||
(25185, 'spell_itch_aq20'),
|
||||
(25281, 'spell_gen_turkey_marker'),
|
||||
(25371, 'spell_consume_aq20'),
|
||||
(25373, 'spell_gen_10pct_count_pct_from_max_hp'),
|
||||
(25599, 'spell_rajaxx_thundercrash'),
|
||||
(25676, 'spell_moam_mana_drain_filter'),
|
||||
(25684, 'spell_moam_summon_mana_fiends'),
|
||||
(25711, 'spell_ayamiss_swarmer_start_loop'),
|
||||
(25755, 'spell_drain_mana'),
|
||||
(25778, 'spell_gen_knock_away'),
|
||||
(25790, 'spell_vem_vengeance'),
|
||||
(25830, 'spell_ayamiss_swarmer_teleport_trigger'),
|
||||
(25833, 'spell_gen_ayamiss_swarmer_loop_1'),
|
||||
(25834, 'spell_gen_ayamiss_swarmer_loop_2'),
|
||||
(25835, 'spell_gen_ayamiss_swarmer_loop_3'),
|
||||
(25844, 'spell_ayamiss_swarmer_swarm'),
|
||||
(25860, 'spell_item_reindeer_transformation'),
|
||||
(25899, 'spell_gen_damage_reduction_aura'),
|
||||
(25899, 'spell_pal_blessing_of_sanctuary'),
|
||||
(25952, 'spell_gen_despawn_self'),
|
||||
(26180, 'spell_huhuran_wyvern_sting'),
|
||||
(26192, 'spell_skeram_arcane_explosion'),
|
||||
(26218, 'spell_winter_veil_mistletoe'),
|
||||
(26275, 'spell_winter_wondervolt_trap'),
|
||||
|
|
@ -416,6 +448,7 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(29166, 'spell_dru_innervate'),
|
||||
(29200, 'spell_item_purify_helboar_meat'),
|
||||
(29266, 'spell_gen_creature_permanent_feign_death'),
|
||||
(29341, 'spell_warl_shadowburn'),
|
||||
(29431, 'spell_gen_select_target_count_15_1'),
|
||||
(29431, 'spell_moroes_vanish'),
|
||||
(29435, 'spell_gen_despawn_self'),
|
||||
|
|
@ -794,7 +827,6 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(45205, 'spell_gen_clone_weapon_aura'),
|
||||
(45206, 'spell_gen_clone_weapon'),
|
||||
(45208, 'spell_item_dragon_kite_summon_lightning_bunny'),
|
||||
(45226, 'spell_banging_the_gong'),
|
||||
(45235, 'spell_eredar_twins_apply_flame_touched'),
|
||||
(45235, 'spell_eredar_twins_blaze'),
|
||||
(45246, 'spell_eredar_twins_apply_flame_touched'),
|
||||
|
|
@ -812,7 +844,7 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(45472, 'spell_gen_parachute'),
|
||||
(45524, 'spell_dk_chains_of_ice'),
|
||||
(45625, 'spell_arcane_chains_character_force_cast'),
|
||||
(45644, 'spell_midsummer_juggling_torch'),
|
||||
(45644, 'spell_midsummer_torch_catch'),
|
||||
(45668, 'spell_q11653_youre_not_so_big_now'),
|
||||
(45671, 'spell_midsummer_fling_torch'),
|
||||
(45680, 'spell_gen_select_target_count_7_1'),
|
||||
|
|
@ -954,6 +986,7 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(49576, 'spell_dk_death_grip'),
|
||||
(49587, 'spell_q12459_seeds_of_natures_wrath'),
|
||||
(49592, 'spell_oculus_temporal_rift'),
|
||||
(49642, 'spell_onslaught_or_call_bone_gryphon'),
|
||||
(49761, 'spell_wintergrasp_rp_gg'),
|
||||
(49817, 'spell_q12478_frostmourne_cavern'),
|
||||
(49838, 'spell_oculus_stop_time'),
|
||||
|
|
@ -1106,7 +1139,7 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(54355, 'spell_gen_mine_sweeper'),
|
||||
(54363, 'spell_grobbulus_poison'),
|
||||
(54396, 'spell_optic_link'),
|
||||
(54420, 'spell_gen_despawn_self'),
|
||||
(54420, 'spell_deliver_gryphon'),
|
||||
(54426, 'spell_gluth_decimate'),
|
||||
(54566, 'spell_dk_pet_scaling'),
|
||||
(54646, 'spell_mage_focus_magic'),
|
||||
|
|
@ -1148,6 +1181,7 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(56096, 'spell_gen_vendor_bark_trigger'),
|
||||
(56150, 'spell_jedoga_sacrafice_beam'),
|
||||
(56159, 'spell_ahn_kahet_swarmer_aura'),
|
||||
(56246, 'spell_warl_glyph_of_felguard'),
|
||||
(56278, 'spell_q12987_read_pronouncement'),
|
||||
(56328, 'spell_random_lightning_visual_effect'),
|
||||
(56504, 'spell_q13007_iron_colossus'),
|
||||
|
|
@ -1827,19 +1861,15 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(71476, 'spell_blood_queen_vampiric_bite'),
|
||||
(71477, 'spell_blood_queen_vampiric_bite'),
|
||||
(71503, 'spell_putricide_mutated_transformation'),
|
||||
(71602, 'spell_gen_proc_once_per_cast'),
|
||||
(71610, 'spell_item_echoes_of_light'),
|
||||
(71615, 'spell_putricide_tear_gas_effect'),
|
||||
(71641, 'spell_item_echoes_of_light'),
|
||||
(71645, 'spell_gen_proc_once_per_cast'),
|
||||
(71718, 'spell_taldaram_summon_flame_ball'),
|
||||
(71756, 'spell_taldaram_ball_of_inferno_flame'),
|
||||
(71806, 'spell_taldaram_glittering_sparks'),
|
||||
(71811, 'spell_the_lich_king_jump'),
|
||||
(71841, 'spell_pet_gen_valkyr_guardian_smite'),
|
||||
(71842, 'spell_pet_gen_valkyr_guardian_smite'),
|
||||
(71845, 'spell_gen_proc_once_per_cast'),
|
||||
(71846, 'spell_gen_proc_once_per_cast'),
|
||||
(71848, 'spell_item_sleepy_willy'),
|
||||
(71865, 'spell_item_trauma'),
|
||||
(71868, 'spell_item_trauma'),
|
||||
|
|
@ -1884,7 +1914,6 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(72371, 'spell_deathbringer_blood_power'),
|
||||
(72378, 'spell_deathbringer_blood_nova_targeting'),
|
||||
(72385, 'spell_deathbringer_boiling_blood'),
|
||||
(72419, 'spell_gen_proc_once_per_cast'),
|
||||
(72429, 'spell_the_lich_king_mass_resurrection'),
|
||||
(72431, 'spell_the_lich_king_jump_remove_aura'),
|
||||
(72441, 'spell_deathbringer_boiling_blood'),
|
||||
|
|
@ -2019,8 +2048,6 @@ INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
|||
(75396, 'spell_halion_clear_debuffs'),
|
||||
(75415, 'spell_ruby_sanctum_rallying_shout'),
|
||||
(75420, 'spell_mount_check'),
|
||||
(75465, 'spell_gen_proc_once_per_cast'),
|
||||
(75474, 'spell_gen_proc_once_per_cast'),
|
||||
(75509, 'spell_halion_twilight_mending'),
|
||||
(75614, 'spell_celestial_steed'),
|
||||
(75731, 'spell_item_instant_statue'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue