aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAstellar <none@none>2010-01-05 21:08:44 +0300
committerAstellar <none@none>2010-01-05 21:08:44 +0300
commit082e7bac479137a8b71e99f0ba5e1fafad7e5d1d (patch)
treec840733dd4f53bb1d8c97add4c5e50c516e06ffd /sql
parent4c2ccf6ccc3b8c19e885e7d0dfa5c579772ab5ce (diff)
DB update to have correct Windfury proc chance for already commited hack :)
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/6903_world_spell_proc_event.sql1
-rw-r--r--sql/world.sql2
2 files changed, 2 insertions, 1 deletions
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
diff --git a/sql/world.sql b/sql/world.sql
index b8723f886e0..4ef214b1c06 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -6045,7 +6045,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam
( 33719, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000800, 0, 0, 0), -- Perfect Spell Reflection
( 33736, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 3), -- Water Shield (Rank 8)
( 33746, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 10), -- Essence Infused Mushroom
-( 33757, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 3), -- Windfury Weapon (Passive) (Rank 1)
+( 33757, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 100, 3), -- Windfury Weapon (Passive) (Rank 1)
( 33759, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 10), -- Power Infused Mushroom
( 33881, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Natural Perfection (Rank 1)
( 33882, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Natural Perfection (Rank 2)