fix(DB/creature): Fix Primitive Owlbeast spawn location, movement (#7348)
This commit is contained in:
parent
c88e93fb50
commit
06bb81fe34
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628999064175305912');
|
||||
|
||||
-- Change Primitive Owlbeast spawn to above ground, add random movement
|
||||
UPDATE `creature` SET `position_x` = 182.04, `position_y` = -3549.64, `position_z` = 130, `MovementType` = 1, `wander_distance` = 5 WHERE `id` = 2928 AND `guid` = 92955;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue