fix(DB/creature): Cavindra position inside the pool (#7657)
This commit is contained in:
parent
82029349c4
commit
922c82bd12
1 changed files with 4 additions and 0 deletions
|
|
@ -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));
|
||||
Loading…
Add table
Add a link
Reference in a new issue