aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-05 17:00:01 +0200
committerQAston <none@none>2009-08-05 17:00:01 +0200
commitd7df4cfa099286310639915d70aea0b9cd7183a2 (patch)
tree3ba6cbabd1325bc34005502373a9aef57d8e5a70 /sql/updates
parent037fa6eae1e88c930ccb123668e552f191e87559 (diff)
*Fix Coyote Spirit Despawn Aura (52172) and Blood Parrot Despawn Aura (60244) - inspired by Disassembler's patch.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4761_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/4761_world.sql b/sql/updates/4761_world.sql
new file mode 100644
index 00000000000..40adb87ea6c
--- /dev/null
+++ b/sql/updates/4761_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_target` WHERE `entry` IN (52173, 60243);
+INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
+(52173, 3, 28267),
+(60243, 3, 11236); \ No newline at end of file