fix(Scripts/ZulAman): Fix Jan'lai teleport spells (#21083)
This commit is contained in:
parent
0594a8f518
commit
3c19ab5fde
2 changed files with 41 additions and 5 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue