aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-22 22:52:05 +0200
committerQAston <none@none>2009-07-22 22:52:05 +0200
commit9d501da1b8ddb4207ad1d983dcaff2a09b390057 (patch)
tree0c959903dd1c396500ac82b7932d89f7064d0aae /sql/updates
parent974fad377e6f9479d5beb9bca7c51eb8451766a3 (diff)
*Fix Piercing Shots - by freeganja.
*Clear movement generators for unit when removing from world. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4536_world_spell_proc_event.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/4536_world_spell_proc_event.sql b/sql/updates/4536_world_spell_proc_event.sql
new file mode 100644
index 00000000000..875313c3e85
--- /dev/null
+++ b/sql/updates/4536_world_spell_proc_event.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (53234, 53237, 53238);
+INSERT INTO `spell_proc_event` VALUES
+(53234, 0x00, 9, 0x00020000, 0x00000001, 0x00000001, 0x00000000, 0x00000002, 0.000000, 0.000000, 0), -- Piercing Shots (Rank 1)
+(53237, 0x00, 9, 0x00020000, 0x00000001, 0x00000001, 0x00000000, 0x00000002, 0.000000, 0.000000, 0), -- Piercing Shots (Rank 2)
+(53238, 0x00, 9, 0x00020000, 0x00000001, 0x00000001, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); -- Piercing Shots (Rank 3)