Script/Spell: fix Midsummer's Juggling Torch (#12198)

* Script/Spell: fix Midsummer's Juggling Torch

* Update juggling_torch_fix.sql

* Update data/sql/updates/pending_db_world/juggling_torch_fix.sql

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>

* Update midsummer.cpp

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
This commit is contained in:
Meramaf
2022-07-02 22:30:58 +02:00
committed by GitHub
parent ea453acec0
commit e1e4c6cddc
2 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id` = 45644;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(45644, "spell_midsummer_torch_catch");