fix(DB/creature): Geltharis movement (#7915)

This commit is contained in:
Cold
2021-09-20 19:03:59 +02:00
committed by GitHub
parent bc1a27b70b
commit e993b889e0

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631782025388292932');
UPDATE `creature` SET `movementtype`= 1, `wander_distance` = 3 WHERE `GUID` = 32332 AND `id` = 4619;