mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Fix CRLF
--HG-- branch : trunk
This commit is contained in:
@@ -526,9 +526,9 @@ INSERT INTO `spell_script_target` VALUES
|
||||
(59951, 1, 29686),(59952, 1, 29686);
|
||||
|
||||
-- Violet Hold
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
|
||||
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
|
||||
(54160, 1, 29266),
|
||||
(54160, 1, 29266),
|
||||
(59474, 1, 29266);
|
||||
|
||||
-- --------
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
|
||||
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
|
||||
(54160, 1, 29266),
|
||||
(54160, 1, 29266),
|
||||
(59474, 1, 29266);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user