fix(DB/Creature): correct Glasshide Gazer position and movement (#6771)
This commit is contained in:
parent
3e1c326515
commit
380fb65113
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue