diff options
| author | Lopin <davca.hr@seznam.cz> | 2011-05-24 15:41:58 +0200 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-05-24 15:41:58 +0200 |
| commit | f8129a3afaec851c3e1b279856eb928f1246bfe9 (patch) | |
| tree | e6ce22f66f3f7ba59086c062af6765360bf3060b | |
| parent | ab9a00da219f55f536ccc37dc92f713861437cee (diff) | |
Core/Spells: Fixed Omen of Clarity proc
| -rw-r--r-- | sql/updates/world/2011_05_24_16_world_spell_proc_event.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_24_16_world_spell_proc_event.sql b/sql/updates/world/2011_05_24_16_world_spell_proc_event.sql new file mode 100644 index 00000000000..7ddee78f498 --- /dev/null +++ b/sql/updates/world/2011_05_24_16_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +-- Fixed Omen of Clarity proc +UPDATE `spell_proc_event` SET `ppmRate`=0,`CustomChance`=6,`Cooldown`=10 WHERE `entry`=16864; |
