aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorNevan <none@none>2009-08-03 19:19:58 +0200
committerNevan <none@none>2009-08-03 19:19:58 +0200
commit044b8b44a3efc5332f22be9d34ebdeee1ea49634 (patch)
treeb8b4e63649efe87d8caab89e87121f530bcec23b /sql/updates
parent7569bb343a532ca6d080ad48bcb8275b3a182ddb (diff)
*Moved Glyph of Polymorph in Unit::HandleDummyAuraProc
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4738_world_spell_proc_event.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/4738_world_spell_proc_event.sql b/sql/updates/4738_world_spell_proc_event.sql
new file mode 100644
index 00000000000..27107a19ef5
--- /dev/null
+++ b/sql/updates/4738_world_spell_proc_event.sql
@@ -0,0 +1,2 @@
+DELETE FROM `spell_proc_event` WHERE (`entry`='56375');
+INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`procFlags`) VALUES ('56375','0','3',0x01000000,0x00010000);