fix(DB/Creature): Eversong Woodsm(Dead Scar) multiple mobs not wandering when idle (#7873)

This commit is contained in:
Cold-Martijn 2021-09-20 00:47:16 +02:00 committed by GitHub
parent 339d58ecdc
commit f05c803992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631616272860535120');
UPDATE `creature` SET `movementtype`= 1, `wander_distance` = 5 WHERE `GUID` IN (56058, 56059, 56086, 56127, 56160, 56162, 56125, 56123, 56166, 56150) AND `id` IN (15654, 15656, 15658);