mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
fix(DB/Creature): NPC Darcy location (#8804)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635442402182198240');
|
||||
|
||||
-- Fix location of Darcy
|
||||
UPDATE `creature` SET `position_x`=-9218.02, `position_y`=-2148.62, `position_z`=64.3548, `orientation`=4.47915 WHERE `id`=379;
|
||||
Reference in New Issue
Block a user