fix(DB/Creature): Shadowforge Surveyor movement (#10284)

This commit is contained in:
Nefertumm 2022-01-21 09:56:09 -03:00 committed by GitHub
parent f4b0f58701
commit ea9b60a9b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642739081837973500');
UPDATE `creature_template_movement` SET `Ground` = 1 WHERE `CreatureId` = 4844;