fix(DB/creature): correct movement type on a couple snakes (ZG Entrance 3) (#12441)

* fix(DB/creature): correct movement type on a couple snakes

* nitpicks

one day I won't put quotes around integers
This commit is contained in:
neifion-00000000
2022-07-31 15:35:47 -05:00
committed by GitHub
parent 120fd0fc96
commit c4900f9b2c

View File

@@ -0,0 +1,3 @@
--
/* Movetype and wander distance corrections for Entranceway */
UPDATE `creature` SET `wander_distance`=2, `MovementType`=1 WHERE `guid` IN (49739, 49740);