DB/Spells: Add Correct Spellranks for Dire Bear and Swift Flight Form

fixes #994
This commit is contained in:
ZxBiohazardZx
2011-03-21 22:09:06 +01:00
parent 90b4a43bcb
commit 1d62d30b0b

View File

@@ -0,0 +1,6 @@
DELETE FROM `spell_ranks` WHERE `first_spell_id` IN (5487,33943);
INSERT INTO `spell_ranks` (`first_spell_id`,`spell_id`,`rank`) VALUES
(5487,5487,1),
(5487,9634,2),
(33943,33943,1),
(33943,40120,2);