aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDrahy <none@none>2009-06-29 22:26:41 +0200
committerDrahy <none@none>2009-06-29 22:26:41 +0200
commit966a5374cc5c423bdbc4527315bb48c39684b1d7 (patch)
tree9849d7803a313e47a0ab57e748ad2a3e2f5baf9a /sql
parent7b1e0b8e0d806939ac292603f86f895f16bc364a (diff)
parent527f36108b45f987efcc757e471e7774b9822efc (diff)
* Merge
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/FULL/world_spell_full.sql37
-rw-r--r--sql/updates/4320_world_.sql20
2 files changed, 48 insertions, 9 deletions
diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql
index c8656ee3ecc..42fdce82132 100644
--- a/sql/FULL/world_spell_full.sql
+++ b/sql/FULL/world_spell_full.sql
@@ -1446,15 +1446,34 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell
-- --------
TRUNCATE TABLE `spell_enchant_proc_data`;
INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES
-(2, 0, 8.8,0), -- Frostbrand Weapon
-(12, 0, 8.8,0), -- Frostbrand Weapon
-(524, 0, 8.8,0), -- Frostbrand Weapon
-(1667, 0, 8.8,0), -- Frostbrand Weapon
-(1668, 0, 8.8,0), -- Frostbrand Weapon
-(2635, 0, 8.8,0), -- Frostbrand Weapon
-(3782, 0, 8.8,0), -- Frostbrand Weapon
-(3783, 0, 8.8,0), -- Frostbrand Weapon
-(3784, 0, 8.8,0); -- Frostbrand Weapon
+ -- Frostbrand Weapon
+(2, 0, 8.8,0),
+(12, 0, 8.8,0),
+(524, 0, 8.8,0),
+(1667, 0, 8.8,0),
+(1668, 0, 8.8,0),
+(2635, 0, 8.8,0),
+(3782, 0, 8.8,0),
+(3783, 0, 8.8,0),
+(3784, 0, 8.8,0),
+ -- Wound Poison
+(703, 0, 21.43,0),
+(704, 0, 21.43,0),
+(705, 0, 21.43,0),
+(706, 0, 21.43,0),
+(2644, 0, 21.43,0),
+(3772, 0, 21.43,0),
+(3773, 0, 21.43,0),
+ -- Instant Poison
+(323, 0, 8.53,0),
+(324, 0, 8.53,0),
+(325, 0, 8.53,0),
+(623, 0, 8.53,0),
+(624, 0, 8.53,0),
+(625, 0, 8.53,0),
+(2641, 0, 8.53,0),
+(3768, 0, 8.53,0),
+(3769, 0, 8.53,0);
-- --------
-- SPELL AFFECT
diff --git a/sql/updates/4320_world_.sql b/sql/updates/4320_world_.sql
new file mode 100644
index 00000000000..a89e44b88b2
--- /dev/null
+++ b/sql/updates/4320_world_.sql
@@ -0,0 +1,20 @@
+DELETE FROM `spell_enchant_proc_data` WHERE `entry` IN (703, 704, 705, 706, 2644, 3772, 3773, 323, 324, 325, 623, 624, 625, 2641, 3768, 3769);
+INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES
+ -- Wound Poison
+(703, 0, 21.43,0),
+(704, 0, 21.43,0),
+(705, 0, 21.43,0),
+(706, 0, 21.43,0),
+(2644, 0, 21.43,0),
+(3772, 0, 21.43,0),
+(3773, 0, 21.43,0),
+ -- Instant Poison
+(323, 0, 8.53,0),
+(324, 0, 8.53,0),
+(325, 0, 8.53,0),
+(623, 0, 8.53,0),
+(624, 0, 8.53,0),
+(625, 0, 8.53,0),
+(2641, 0, 8.53,0),
+(3768, 0, 8.53,0),
+(3769, 0, 8.53,0);