aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorNevan <none@none>2009-08-03 23:16:56 +0200
committerNevan <none@none>2009-08-03 23:16:56 +0200
commit2c33800661bf63ab57eb19ffe588d0fcfee1ed9e (patch)
tree77d16a6aef71b97673343ceb4d916f53f20eb5b6 /sql/updates
parente51a4a8196404986994fcb76194feb670bd5d593 (diff)
*Fix Shaman T8 Bonus
*Added Polymorph Glyph to world_spell_full.sql --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4742_world_spell_proc_event.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/4742_world_spell_proc_event.sql b/sql/updates/4742_world_spell_proc_event.sql
new file mode 100644
index 00000000000..e4a3bcd6d17
--- /dev/null
+++ b/sql/updates/4742_world_spell_proc_event.sql
@@ -0,0 +1,2 @@
+DELETE FROM `spell_proc_event` WHERE (`entry`='64928');
+INSERT INTO `spell_proc_event` (`entry`, `SpellFamilyName`, `SpellFamilyMask0`, `procEx`) VALUES (64928, 11, 0x00000001, 0x00000002);