aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorp0wer <none@none>2009-12-28 17:55:43 -0600
committerp0wer <none@none>2009-12-28 17:55:43 -0600
commite17eea4057802a2947c593e244048c6bfa296a49 (patch)
tree25e00b7f1e87de4d2dabe076f2bbb26d11d6d664 /sql/updates
parent9545a7cd48315e70dc038a70adf0a09d3abc539e (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.sql5
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