mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
Implement SPELL_AURA_PERIODIC_HEALTH_FUNNEL Apply SPELL_AURA_PERIODIC_HEALTH_FUNNEL mod to aura periodic time Add support SPELL_ATTR_EX5_START_PERIODIC_AT_APPLY flag Apply duration mod to channeling spells Fix mage 44401 and correct drop its charge Signed-off-by: DiSlord <dislord@nomail.com>
5 lines
357 B
SQL
5 lines
357 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7150_01_mangos_playercreateinfo_spell required_7156_01_mangos_spell_proc_event bit;
|
|
|
|
-- (44401) Missile Barrage ()
|
|
DELETE FROM `spell_proc_event` WHERE `entry` IN (44401);
|
|
INSERT INTO `spell_proc_event` VALUES (44401, 0x00, 3, 0x00200000, 0x00000000, 0x00000000, 0x00000000, 0x00000FFF, 0.000000, 0.000000, 0);
|