fix(DB/Creature): Increase detection_range of Underbog Lord (#14030)

Create rev_1670023913457530500.sql
This commit is contained in:
Gultask 2022-12-06 09:30:42 -03:00 committed by GitHub
parent f4d409d5cf
commit 9ac89c7c10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `detection_range` = 35 WHERE `entry` IN (17734, 20187);