mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
* 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>
4 lines
No EOL
235 B
SQL
4 lines
No EOL
235 B
SQL
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'); |