diff options
| author | Shocker <shocker@freakz.ro> | 2011-05-06 13:36:03 +0300 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2011-05-06 13:36:03 +0300 |
| commit | dc6224d60ad64d4c5eaa69ed0fd814fe92d238e9 (patch) | |
| tree | e58cf63672bd9eba9a275699123ffec1782939de /sql/updates | |
| parent | 49602752a6522bb864abc4de735c68b147735ad7 (diff) | |
Core/Spells: Fix Warrior T10 Protection 4P Bonus
Closes #1307
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_06_00_spell_proc_event.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_06_00_spell_proc_event.sql b/sql/updates/world/2011_05_06_00_spell_proc_event.sql new file mode 100644 index 00000000000..d08e3df9c55 --- /dev/null +++ b/sql/updates/world/2011_05_06_00_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 70844; +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(70844, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0); |
