mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
Also in Unit::IsTriggeredAtSpellProcEvent allow triggering by spell with custom flag PROC_FLAG_ON_TAKE_PERIODIC
6 lines
391 B
SQL
6 lines
391 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_11595_09_mangos_spell_elixir required_11597_01_mangos_spell_proc_event bit;
|
|
|
|
DELETE FROM `spell_proc_event` WHERE entry IN (17767);
|
|
INSERT INTO `spell_proc_event` VALUE
|
|
(17767, 0x00, 5, 0x02000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00080000, 0x00040000, 0.000000, 0.000000, 0);
|
|
|