fix(Scripts/ZG): Poisonous Blood not being removed after Blood Siphon (#20463)

* fix(Scripts/ZG): Poisonous blood not being removed at the end of siphon

* don't use doforall

* wrong spell -.-

* AURA_STATE_IMMUNITY

* was modified in SpellInfoCorrections

* drop toplayer
This commit is contained in:
avarishd
2024-11-06 16:09:55 +02:00
committed by GitHub
parent 0327f32a81
commit cce96d05fc
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=24323 AND `ScriptName`='spell_blood_siphon_aura';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (24323, 'spell_blood_siphon_aura');