fix(DB/Creature): Move Ashenvale Elder Bear spawn (#7747)

This commit is contained in:
Azcobu 2021-09-19 18:27:06 +09:30 committed by GitHub
parent 3417932896
commit 216d87a2d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630930325081449726');
-- Move Ashenvale Elder Bear spawn slightly
UPDATE `creature` SET `position_x` = 2240, `position_y` = -1842.7, `position_z` = 81.7 WHERE `id` = 3810 AND `guid` = 34360;