mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
*Update Master of Subtlety code and fix Overkill.
*Fix Aspect of the Viper-by pasdVn *Fix Circle of Healing. Fix Rapture-by pasdVn --HG-- branch : trunk
This commit is contained in:
18
sql/updates/1733_world.sql
Normal file
18
sql/updates/1733_world.sql
Normal file
@@ -0,0 +1,18 @@
|
||||
DELETE FROM spell_proc_event WHERE entry IN (47535, 47536, 47537, 47538, 47539);
|
||||
-- Rapture
|
||||
INSERT INTO `spell_proc_event` VALUES (47535, 0x00, 6, 0x1800, 0x10000, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0);
|
||||
INSERT INTO `spell_proc_event` VALUES (47536, 0x00, 6, 0x1800, 0x10000, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0);
|
||||
INSERT INTO `spell_proc_event` VALUES (47537, 0x00, 6, 0x1800, 0x10000, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0);
|
||||
INSERT INTO `spell_proc_event` VALUES (47538, 0x00, 6, 0x1800, 0x10000, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0);
|
||||
INSERT INTO `spell_proc_event` VALUES (47539, 0x00, 6, 0x1800, 0x10000, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0);
|
||||
-- Aspect of the viper
|
||||
INSERT INTO `spell_proc_event` VALUES (34074, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0.000000, 0.000000, 0);
|
||||
-- Overkill
|
||||
INSERT INTO `spell_proc_event` VALUES (58426, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
-- Master of subtlety
|
||||
INSERT INTO `spell_proc_event` VALUES (31221, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
INSERT INTO `spell_proc_event` VALUES (31222, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
INSERT INTO `spell_proc_event` VALUES (31223, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
|
||||
DELETE FROM `spell_bonus_data` WHERE entry=2944;
|
||||
INSERT INTO `spell_bonus_data` VALUES ('2944', '0', '0.1849', '0', 'Priest - Devouring Plague');
|
||||
@@ -71,5 +71,6 @@ INSTALL(FILES
|
||||
1729_world.sql
|
||||
1730_world.sql
|
||||
1732_world.sql
|
||||
1733_world.sql
|
||||
1164_characters.sql
|
||||
DESTINATION share/trinity/sql/updates)
|
||||
Reference in New Issue
Block a user