diff options
-rw-r--r-- | sql/updates/6397_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/6397_world.sql b/sql/updates/6397_world.sql new file mode 100644 index 00000000000..b37d829c483 --- /dev/null +++ b/sql/updates/6397_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_target` WHERE `entry`=45364; +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(45364,1,25478); |