fix(DB/Creature): correct Glasshide Gazer position and movement (#6771)

This commit is contained in:
Azcobu
2021-07-08 01:26:52 +09:30
committed by GitHub
parent 3e1c326515
commit 380fb65113

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625579303979883175');
-- Correct Glasshide Gazer position and movement
UPDATE `creature` SET `position_z` = 16.25, `MovementType` = 1, `wander_distance` = 25 where `id` = 5420 AND `guid` = 21996;