aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <jipr@hotmail.com>2013-10-20 10:52:36 +0200
committerAokromes <jipr@hotmail.com>2013-10-20 10:52:36 +0200
commitc1712c0b1493a7cf7b2d3570f2573e7a59606f7d (patch)
treef1cb0719295b092d15903fe52a577f122bfe0d30
parent443d4a6b8e8008322ba50ba3f9f81223c98507b4 (diff)
DB/Misc: Ormorok the Tree Shaper Spell Reflect
Closes #10789
-rw-r--r--sql/updates/world/2013_10_20_00_world_spell_proc_event.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_10_20_00_world_spell_proc_event.sql b/sql/updates/world/2013_10_20_00_world_spell_proc_event.sql
new file mode 100644
index 00000000000..90bf4619de4
--- /dev/null
+++ b/sql/updates/world/2013_10_20_00_world_spell_proc_event.sql
@@ -0,0 +1,3 @@
+-- Fixes Ormorok the Tree Shaper Spell Reflect
+DELETE FROM `spell_proc_event` WHERE (`entry` = '47981');
+INSERT INTO `spell_proc_event` (`entry`,`procEx`) VALUES ('47981','2048');