fix(DB/Creatures): Xan'tish Snakes pathing (#7576)

- Closes #5570
This commit is contained in:
UltraNix
2021-09-01 14:26:09 +02:00
committed by GitHub
parent aba9e09d47
commit 86fd424bd2

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630007612293972500');
UPDATE `creature_addon` SET `path_id`=0 WHERE `guid` IN (3477,3560,3571);
UPDATE `creature` SET `MovementType`=0 WHERE `guid` IN (3477,3560,3571);