mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Spells: Added sql for misdirection fix (thx dasio)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (34477, 35079);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(34477,'spell_hun_misdirection'),
|
||||
(35079,'spell_hun_misdirection_proc');
|
||||
Reference in New Issue
Block a user