diff options
| author | Shauren <none@none> | 2010-08-05 18:28:23 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-08-05 18:28:23 +0200 |
| commit | 30194bdd614b907c4e0de7b96a3697415d83a7ea (patch) | |
| tree | f3594404fdd63c84b3a062d3713f5c24bb0d2182 /sql/updates | |
| parent | 885fc368fdef08dbe3687c0b4c21a6ac09906fed (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.sql | 1 |
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); |
