chore(DB): import pending files

Referenced commit(s): c4900f9b2c
This commit is contained in:
AzerothCoreBot
2022-07-31 20:37:47 +00:00
parent c4900f9b2c
commit 56cce71cda

View File

@@ -1,3 +1,4 @@
-- DB update 2022_07_31_00 -> 2022_07_31_01
--
/* Movetype and wander distance corrections for Entranceway */
UPDATE `creature` SET `wander_distance`=2, `MovementType`=1 WHERE `guid` IN (49739, 49740);