mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 08:30:34 +01:00
Scripts/Gurtogg:
* fixed bloodboil targeting * fel rage should only hit players Closes #12193
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user