fix(Script/HellfirePeninsula): Beacons not attracting mobs. (#15296)

* fix(Script/Zone): Hellfire Peninsula - Beacons not attracting mobs.

* update

* add HOME_MOTION_TYPE check to prevent yoyo effect

* Use GetNearPosition
This commit is contained in:
avarishd
2023-05-29 03:29:51 +03:00
committed by GitHub
parent 08b9b016fb
commit b5ef9ee3de
2 changed files with 60 additions and 14 deletions

View File

@@ -0,0 +1,2 @@
-- Hellfire Beacons
UPDATE `gameobject_template` SET `ScriptName` = 'go_beacon' WHERE `entry` IN (181579, 181580, 181581);