diff options
| author | Rushor <PBienati@web.de> | 2016-02-07 02:12:41 +0100 |
|---|---|---|
| committer | Rushor <PBienati@web.de> | 2016-02-07 02:12:41 +0100 |
| commit | 8aac2b8ee6bd9d1eaff5b1bde89ba62a16d6bc05 (patch) | |
| tree | 17fbc8eb5f76f9a7091c14a90b4b1d0dab483c9c | |
| parent | 39b076d60bf74b68f65f8e175f18f376279b4b08 (diff) | |
DB/Item: Bryntroll, the Bone Arbiter - Scaling
* by untaught
* closes #4954
| -rw-r--r-- | sql/updates/world/2016_02_07_10_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_07_10_world.sql b/sql/updates/world/2016_02_07_10_world.sql new file mode 100644 index 00000000000..c2e59c15d9c --- /dev/null +++ b/sql/updates/world/2016_02_07_10_world.sql @@ -0,0 +1,7 @@ +-- DB/Item: Bryntroll, the Bone Arbiter +UPDATE `item_template` SET `spellcooldown_1`=-1 WHERE `entry`=50415; +UPDATE `item_template` SET `spellppmRate_1`=2 WHERE `entry` IN (50415,50709); +DELETE FROM `spell_bonus_data` WHERE `entry` IN (71839,71838); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(71839,0,0,0,0,'Drain Life'), +(71838,0,0,0,0,'Drain Life'); |
