diff options
| author | p0wer <none@none> | 2009-12-28 17:55:43 -0600 |
|---|---|---|
| committer | p0wer <none@none> | 2009-12-28 17:55:43 -0600 |
| commit | e17eea4057802a2947c593e244048c6bfa296a49 (patch) | |
| tree | 25e00b7f1e87de4d2dabe076f2bbb26d11d6d664 /sql/updates | |
| parent | 9545a7cd48315e70dc038a70adf0a09d3abc539e (diff) | |
Change ppm (max procs per minute) to be read from the dbc. Seal of Command will no longer be limited
to 7 procs per minute, and will now be able to cast on every hit.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6840_world_spell_proc_event.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/6840_world_spell_proc_event.sql b/sql/updates/6840_world_spell_proc_event.sql new file mode 100644 index 00000000000..7711683545f --- /dev/null +++ b/sql/updates/6840_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +-- Seal of Command +-- Change max procs per minute (ppm) to be read from the dbc +UPDATE spell_proc_event +SET ppmRate = 0 +WHERE entry = 20375;
\ No newline at end of file |
