fix(DB/creature): Hellfire Channelers shouldn't be pulled by distance (#14417)

Create rev_1672337646756506500.sql
This commit is contained in:
Gultask
2022-12-31 12:36:39 -03:00
committed by GitHub
parent 3c317c1076
commit c9c6113705

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `detection_range` = 0 WHERE (`entry` = 17256);