mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 09:39:11 +00:00
fix(Core/SSC): Fix Lady Vashj summons (#17982)
This commit is contained in:
@@ -653,7 +653,6 @@ class spell_gen_area_aura_select_players : public AuraScript
|
||||
54847 - Mojo Volley (spell_gen_select_target_count_15_2)
|
||||
59452 - Mojo Volley (spell_gen_select_target_count_15_2)
|
||||
46008 - Negative Energy (spell_gen_select_target_count_15_5)
|
||||
38017 - Wave A - 1 (spell_gen_select_target_count_7_1)
|
||||
40851 - Disgruntled (spell_gen_select_target_count_7_1)
|
||||
45680 - Shadow Bolt (spell_gen_select_target_count_7_1)
|
||||
45976 - Open Portal (spell_gen_select_target_count_7_1)
|
||||
@@ -5161,7 +5160,6 @@ void AddSC_generic_spell_scripts()
|
||||
RegisterSpellScriptWithArgs(spell_gen_select_target_count, "spell_gen_select_target_count_15_1", TARGET_UNIT_SRC_AREA_ENEMY, 1);
|
||||
RegisterSpellScriptWithArgs(spell_gen_select_target_count, "spell_gen_select_target_count_15_2", TARGET_UNIT_SRC_AREA_ENEMY, 2);
|
||||
RegisterSpellScriptWithArgs(spell_gen_select_target_count, "spell_gen_select_target_count_15_5", TARGET_UNIT_SRC_AREA_ENEMY, 5);
|
||||
RegisterSpellScriptWithArgs(spell_gen_select_target_count, "spell_gen_select_target_count_7_1", TARGET_UNIT_SRC_AREA_ENTRY, 1);
|
||||
RegisterSpellScriptWithArgs(spell_gen_select_target_count, "spell_gen_select_target_count_24_1", TARGET_UNIT_CONE_ENEMY_24, 1);
|
||||
RegisterSpellScriptWithArgs(spell_gen_select_target_count, "spell_gen_select_target_count_30_1", TARGET_UNIT_SRC_AREA_ALLY, 1);
|
||||
RegisterSpellScript(spell_gen_use_spell_base_level_check);
|
||||
|
||||
Reference in New Issue
Block a user