mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/Creature): Starving Helboar aggro radius. (#15321)
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Starving Helboar
|
||||
UPDATE `creature_template_addon` SET `auras` = '33908' WHERE `entry` = 16879;
|
||||
UPDATE `creature_template` SET `AIName` = '', `detection_range` = 30 WHERE `entry` = 16879;
|
||||
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` = 16879;
|
||||
Reference in New Issue
Block a user