mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Script Names: Fix some typos in spell_sha_healing_stream_totem
(c517806a23)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (52059,52060,52061);
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (58759,58760,58761);
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(58759,'spell_sha_healing_stream_totem'),
|
||||
(58760,'spell_sha_healing_stream_totem'),
|
||||
(58761,'spell_sha_healing_stream_totem');
|
||||
Reference in New Issue
Block a user