diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-04-01 02:37:14 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2017-04-01 02:37:14 -0300 |
commit | 5ec6407721f0e9f88cd6b793a9f82729b7152050 (patch) | |
tree | dde7702c5901ca049162f27684b9e2b51a0a2dd3 | |
parent | b7329a460e58655ebd88de1344e9dea110a70ca8 (diff) |
DB/Spell: Fix Living seed proc from non-damaging spells
-rw-r--r-- | sql/updates/world/3.3.5/2017_04_01_01_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_04_01_01_world_335.sql b/sql/updates/world/3.3.5/2017_04_01_01_world_335.sql new file mode 100644 index 00000000000..93d48e15362 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_04_01_01_world_335.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId`=48504; +INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES +(48504, 0, 0, 0x00000000, 0x00000000, 0x00000000, 0, 0x1, 0x0, 0x0, 0x2, 0, 0, 0, 0); |