mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Spells: Fix typo in 814e772650
This commit is contained in:
@@ -9,4 +9,4 @@ INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectValueMultiplier`, `EffectA
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_halion_summon_exit_portals';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(153097, 'spell_halion_summon_exit_portals');
|
||||
(123456, 'spell_halion_summon_exit_portals');
|
||||
|
||||
Reference in New Issue
Block a user