mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Scripts/Forge of Souls: Fixed spell Soul Sickness (#23843)
This commit is contained in:
4
sql/updates/world/3.3.5/2019_10_03_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2019_10_03_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_forge_of_souls_soul_sickness';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(69131,'spell_forge_of_souls_soul_sickness');
|
||||
Reference in New Issue
Block a user