mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/creature): Fix Primitive Owlbeast spawn location, movement (#7348)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user