aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 18:24:47 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 18:24:47 +0200
commitb4e4c900070d9d64e9a5bbea3746dbe8048b979d (patch)
treea25a89dae0c7efd9c9cb1aced93abefa902342df
parenta86f818fe18e89629e7bcdbd95c4c88b87ad3d2f (diff)
DB/Spells: Fix typo in a86f818fe18e89629e7bcdbd95c4c88b87ad3d2f
-rw-r--r--sql/updates/world/2013_07_20_04_world_spell_script_misc_434.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_07_20_04_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_20_04_world_spell_script_misc_434.sql
index 3f66b9ed257..36c2c4c13a4 100644
--- a/sql/updates/world/2013_07_20_04_world_spell_script_misc_434.sql
+++ b/sql/updates/world/2013_07_20_04_world_spell_script_misc_434.sql
@@ -4,4 +4,4 @@ INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
DELETE FROM `spell_proc_event` WHERE `entry`=32216;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
-(32216, 0, 4, 0, 256, 0, 16, 0, 0, 0, 0);
+(32216, 0, 4, 0, 256, 0, 16, 0, 0, 100, 0);