mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
Fix Shaman 51474 and ranks Fix Rogue 31130 and ranks Fix Druid 33851 and ranks Fix DK 49145 and ranks, 49157 (TODO: need use only on transform), 50462, 53766, 51052, Fix 41475 - boss cast Fix 39228, 60218 (item 27770/37220 spells) Hidden cooldown for 53601. Signed-off-by: DiSlord <dislord@nomail.com>
13 lines
No EOL
814 B
SQL
13 lines
No EOL
814 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7061_01_mangos_spell_proc_event required_7063_01_mangos_spell_proc_event bit;
|
|
|
|
-- (51474) Astral Shift (Rank 1)
|
|
DELETE FROM `spell_proc_event` WHERE `entry` IN (51474);
|
|
INSERT INTO `spell_proc_event` VALUES (51474, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0.000000, 0.000000, 0);
|
|
|
|
-- (51478) Astral Shift (Rank 2)
|
|
DELETE FROM `spell_proc_event` WHERE `entry` IN (51478);
|
|
INSERT INTO `spell_proc_event` VALUES (51478, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0.000000, 0.000000, 0);
|
|
|
|
-- (53601) Sacred Shield (Rank 1)
|
|
DELETE FROM `spell_proc_event` WHERE `entry` IN (53601);
|
|
INSERT INTO `spell_proc_event` VALUES (53601, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 6); |