mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Spells: Fix some startup errors
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (-20254,-20138,31869,-53379);
|
||||
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN (
|
||||
'spell_warl_banish'
|
||||
);
|
||||
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(710, 'spell_warl_banish');
|
||||
Reference in New Issue
Block a user