mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Spell: fix some runtime errors
This commit is contained in:
10
sql/updates/world/3.3.5/2016_11_18_00_world_335.sql
Normal file
10
sql/updates/world/3.3.5/2016_11_18_00_world_335.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` IN (17670,50908,58501,-1120);
|
||||
INSERT INTO `spell_proc` (`SpellId`, `AttributesMask`) VALUES
|
||||
(17670, 0x10), -- Argent Dawn Commission
|
||||
(50908, 0x20), -- Seal of Onslaught
|
||||
(58501, 0x40), -- Iron Boot Flask
|
||||
(-1120, 0x01|0x40); -- Drain Soul
|
||||
|
||||
UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x10 WHERE `SpellId`= 34827; -- Water Shield
|
||||
UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x20 WHERE `SpellId`=-52795; -- Borrowed Time
|
||||
UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x20 WHERE `SpellId`=-63156; -- Decimation
|
||||
Reference in New Issue
Block a user