fix(DB/Creature): NPC Darcy location (#8804)

This commit is contained in:
Malcrom
2021-10-31 09:50:28 -03:00
committed by GitHub
parent 123179c584
commit 334b3c5b92

View File

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