DB/Spells: Fix Bandage debuff for 4.3.4

Closes #9689
This commit is contained in:
Mihapro
2013-07-24 23:42:34 +02:00
committed by Vincent-Michael
parent 2963b44e3d
commit ef83ec8d1c

View File

@@ -0,0 +1,21 @@
DELETE FROM `spell_ranks` WHERE `first_spell_id`=746;
INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES
(746, 746, 1),
(746, 1159, 2),
(746, 3267, 3),
(746, 3268, 4),
(746, 7926, 5),
(746, 7927, 6),
(746, 10838, 7),
(746, 10839, 8),
(746, 18608, 9),
(746, 18610, 10),
(746, 27030, 11),
(746, 27031, 12),
(746, 45543, 13),
(746, 51827, 14),
(746, 45544, 15),
(746, 51803, 16),
(746, 74553, 17),
(746, 74554, 18),
(746, 74555, 19);