diff options
Diffstat (limited to 'sql/updates/1912_world.sql')
-rw-r--r-- | sql/updates/1912_world.sql | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sql/updates/1912_world.sql b/sql/updates/1912_world.sql index 39b405c32c3..defcec0ee70 100644 --- a/sql/updates/1912_world.sql +++ b/sql/updates/1912_world.sql @@ -1,8 +1,5 @@ --- Shattered Barrier -- Improved Fear -DELETE FROM `spell_proc_event` WHERE `entry` IN (44745, 54787, 53754, 53759); +DELETE FROM `spell_proc_event` WHERE `entry` IN (53754, 53759); INSERT INTO `spell_proc_event` VALUES -(44745, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0006000, 0.000000, 0.000000, 0), -(54787, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0006000, 0.000000, 0.000000, 0), (53754, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0), (53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0); |