fix(Scripts/ZulAman): Fix Jan'lai teleport spells (#21083)

This commit is contained in:
Andrew 2025-01-03 14:28:56 -03:00 committed by GitHub
parent 0594a8f518
commit 3c19ab5fde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 41 additions and 5 deletions

View file

@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 43096;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(43096, 'spell_summon_all_players_dummy');