Core/Spells: Fix runic power gain from Blood Boil

Closes #1718
This commit is contained in:
DrTenma
2011-05-28 03:12:41 +07:00
committed by tobmaps
parent 60f00e4015
commit 0dedf84bd9
3 changed files with 56 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
DELETE FROM `spell_script_names` WHERE `spell_id` = -48721;
INSERT INTO `spell_script_names` VALUES (-48721,'spell_dk_blood_boil');