fix(DB/creature): Fix Primitive Owlbeast spawn location, movement (#7348)

This commit is contained in:
Azcobu
2021-08-18 18:45:08 +09:30
committed by GitHub
parent c88e93fb50
commit 06bb81fe34

View File

@@ -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;