mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user