diff options
author | John Holiver <none@none> | 2010-06-14 11:44:55 -0300 |
---|---|---|
committer | John Holiver <none@none> | 2010-06-14 11:44:55 -0300 |
commit | c88ecf99c3ec0521526052065ae316c59cc77261 (patch) | |
tree | 156924896d96b0fdedc62629fc9513d3b77061f6 | |
parent | 07289ab4f21e45b0efccade3159bb64236a12d39 (diff) |
Missing file from the last commit.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/8602_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8602_world_spell_proc_event.sql b/sql/updates/8602_world_spell_proc_event.sql new file mode 100644 index 00000000000..ce7873f3a83 --- /dev/null +++ b/sql/updates/8602_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `Cooldown`=30 WHERE `entry` IN (30886, 30885, 30884, 30883, 30881); |