fix(DB/creature): Cavindra position inside the pool (#7657)

This commit is contained in:
Efymer
2021-09-01 15:53:09 +02:00
committed by GitHub
parent 82029349c4
commit 922c82bd12

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630408706945809100');
-- Corrected coords of Cavindra
UPDATE `creature` SET `position_x` = -1458.87, `position_y` = 2797.62, `position_z` = 93.817, `orientation` = 1.96495 WHERE (`id` = 13697) AND (`guid` IN (29063));