diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2015-03-08 16:56:45 +0000 |
|---|---|---|
| committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-03-08 16:56:45 +0000 |
| commit | f172d7bf49d813d634eec969f5cac71320326668 (patch) | |
| tree | aa3bb72c7fba47c01d5eda258e15aeb5e256bc18 | |
| parent | f3101d20a99ac274bc5e5c861a90572c122d9349 (diff) | |
DB/Quest: Saving Yenniku
Fix http://www.wowhead.com/spell=3607/yennikus-release so that if player is higher level using http://www.wowhead.com/item=3912/soul-gem for http://www.wowhead.com/quest=592/saving-yenniku it does not insta kill Yenniku
| -rw-r--r-- | sql/updates/world/2015_03_08_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_08_00_world.sql b/sql/updates/world/2015_03_08_00_world.sql new file mode 100644 index 00000000000..3bf1b2410ce --- /dev/null +++ b/sql/updates/world/2015_03_08_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=3607; +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(3607, 0, 0, 0, 0, 'Yenniku Soul Gem'); |
