From 082e7bac479137a8b71e99f0ba5e1fafad7e5d1d Mon Sep 17 00:00:00 2001 From: Astellar Date: Tue, 5 Jan 2010 21:08:44 +0300 Subject: DB update to have correct Windfury proc chance for already commited hack :) --HG-- branch : trunk --- sql/updates/6903_world_spell_proc_event.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/6903_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/6903_world_spell_proc_event.sql b/sql/updates/6903_world_spell_proc_event.sql new file mode 100644 index 00000000000..d405bfbb2bf --- /dev/null +++ b/sql/updates/6903_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE spell_proc_event SET customChance = 100 WHERE entry = 33757; \ No newline at end of file -- cgit v1.2.3