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:
UltraNix
2023-05-12 14:15:02 +02:00
committed by GitHub
parent 81fb1e60b7
commit 2a1d706a2f
2 changed files with 54 additions and 0 deletions

View File

@@ -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);