fix(Scripts/Underbog): Underbat's Tentacle Lash should be casted only … (#14566)
* fix(Scripts/Underbog: Underbat's Tentacle Lash should be casted only on targets behind the bat. Fixes #13972 * buildfix.
This commit is contained in:
parent
81fb1e60b7
commit
2a1d706a2f
2 changed files with 54 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `AiName`='', `ScriptName`='npc_underbat' WHERE `entry`=17724;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=17724 AND `source_type`=0;
|
||||
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID`=34171;
|
||||
INSERT INTO `spelldifficulty_dbc` VALUES
|
||||
(34171,34171,37956,0,0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue