Scripts/Gurtogg:

* fixed bloodboil targeting
* fel rage should only hit players

Closes #12193
This commit is contained in:
joschiwald
2014-06-15 17:41:42 +02:00
parent aca3795fa7
commit 7b3141bfde
3 changed files with 44 additions and 56 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=42005;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(42005, 'spell_gurtogg_bloodboil_bloodboil');