diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-01-23 15:02:12 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2017-01-23 15:02:12 -0300 |
| commit | e33f0e06066a4a2501e60d011ebf4bc16c97649b (patch) | |
| tree | 24665e675bf565a521606d8c09a7b3e2a2a0b002 /sql | |
| parent | 9442ce888cd9c89b4b983d4634c301f6c9db396a (diff) | |
Core/Scripts: implement lightwell aura removal at 30% damaged
Ref #18542
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_01_23_02_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_23_02_world_335.sql b/sql/updates/world/3.3.5/2017_01_23_02_world_335.sql new file mode 100644 index 00000000000..e26f76152dc --- /dev/null +++ b/sql/updates/world/3.3.5/2017_01_23_02_world_335.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId`=-7001; +INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES +(-7001, 0, 0, 0x00000000, 0x00000000, 0x00000000, 0, 0x1, 0x0, 0x0, 0x2, 0, 0, 0, 0); |
