mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(DB/Creature): correct Glasshide Gazer position and movement (#6771)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user