mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(DB/Creature): Move Ashenvale Elder Bear spawn (#7747)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user