diff options
author | Killyana <morphone1@gmail.com> | 2015-09-03 21:00:24 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-09-03 21:00:24 +0200 |
commit | 32e719eb2fb1baca322fd1b032989cbca0e7218d (patch) | |
tree | 846d823c749953f49a06cb4d70335829156ceb3e | |
parent | b14f04c485f6dde7be2257086eab863b5b78d6b3 (diff) |
DB/Item: Comet's Trail
FIx internal cooldown
By @Keader
Closes #15096
-rw-r--r-- | sql/updates/world/2015_09_03_10_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_03_10_world.sql b/sql/updates/world/2015_09_03_10_world.sql new file mode 100644 index 00000000000..5394299e737 --- /dev/null +++ b/sql/updates/world/2015_09_03_10_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_proc_event` SET `Cooldown`=45 WHERE `entry`=64786; |