From e17eea4057802a2947c593e244048c6bfa296a49 Mon Sep 17 00:00:00 2001 From: p0wer Date: Mon, 28 Dec 2009 17:55:43 -0600 Subject: 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 --- sql/updates/6840_world_spell_proc_event.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/6840_world_spell_proc_event.sql (limited to 'sql/updates') 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 -- cgit v1.2.3