Underbog frenzy aggro (#15581)

* fix(DB/Underbog): Increase aggro range for Underbog Frenzy.

Fixes #15541

* Update.
This commit is contained in:
UltraNix 2023-04-04 19:51:50 +02:00 committed by GitHub
parent ed2c319280
commit 58dfe41592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `detection_range`=65 WHERE `entry` IN (20465,21943);
UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=21943;