diff options
-rw-r--r-- | sql/FULL/world_spell_full.sql | 4 | ||||
-rw-r--r-- | sql/updates/6452_world_spells.sql | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index f05add0a3a5..5217f5cf19c 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -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); -- -------- diff --git a/sql/updates/6452_world_spells.sql b/sql/updates/6452_world_spells.sql index 55b1721f259..2ad6f262074 100644 --- a/sql/updates/6452_world_spells.sql +++ b/sql/updates/6452_world_spells.sql @@ -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); + |