diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6452_world_spells.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/6452_world_spells.sql b/sql/updates/6452_world_spells.sql new file mode 100644 index 00000000000..55b1721f259 --- /dev/null +++ b/sql/updates/6452_world_spells.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_target` WHERE `entry` IN (54160,59474);
+INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(54160, 1, 29266),
+(59474, 1, 29266); |
