aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <none@none>2010-08-05 18:28:23 +0200
committerShauren <none@none>2010-08-05 18:28:23 +0200
commit30194bdd614b907c4e0de7b96a3697415d83a7ea (patch)
treef3594404fdd63c84b3a062d3713f5c24bb0d2182 /sql/updates
parent885fc368fdef08dbe3687c0b4c21a6ac09906fed (diff)
Add forgotten proc flags in revision ed3790455dfd (9166)
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9176_world_spell_proc_event.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/9176_world_spell_proc_event.sql b/sql/updates/9176_world_spell_proc_event.sql
new file mode 100644
index 00000000000..c2bab206e2b
--- /dev/null
+++ b/sql/updates/9176_world_spell_proc_event.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc_event` SET `procFlags`=0x10000 WHERE `entry` IN (53178,53179,62764,62765);