mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
[8213] Update code for talent 17962.
* Fixed place, basic dependent from 2 auras type at target and damage calculation. * Avoid double apply spell bonus from original effect and talent self. Signed-off-by: VladimirMangos <vladimir@getmangos.com> This is first patch in series for resolve all problem suggested by different authors. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
b047a62259
commit
eba34304ea
6 changed files with 29 additions and 19 deletions
4
sql/updates/8213_01_mangos_spell_bonus_data.sql
Normal file
4
sql/updates/8213_01_mangos_spell_bonus_data.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_8212_01_mangos_spell_proc_event required_8213_01_mangos_spell_bonus_data bit;
|
||||
|
||||
DELETE FROM `spell_bonus_data` where entry='17962';
|
||||
INSERT INTO `spell_bonus_data` (`entry`) VALUES ('17962');
|
||||
Loading…
Add table
Add a link
Reference in a new issue