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:
@@ -0,0 +1,3 @@
|
|||||||
|
--
|
||||||
|
/* Movetype and wander distance corrections for Entranceway */
|
||||||
|
UPDATE `creature` SET `wander_distance`=2, `MovementType`=1 WHERE `guid` IN (49739, 49740);
|
||||||
Reference in New Issue
Block a user