mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
* Restore after client switch talent triggering. * Propertly remove triggred auras stack or main spell aura at expire/cancel. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
5 lines
334 B
SQL
5 lines
334 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9125_01_mangos_npc_spellclick_spells required_9133_01_mangos_spell_proc_event bit;
|
|
|
|
DELETE FROM `spell_proc_event` WHERE `entry` IN (11129);
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
(11129, 0x00000004, 3, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|