diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3877_world_spell_script_target.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/3877_world_spell_script_target.sql b/sql/updates/3877_world_spell_script_target.sql new file mode 100644 index 00000000000..9778be52466 --- /dev/null +++ b/sql/updates/3877_world_spell_script_target.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_target` WHERE `entry` IN (48743); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +('48743', '1', '26125');
\ No newline at end of file |
