fix(DB/creature): corrected Magister Duskwither position (#6433)

This commit is contained in:
Efymer 2021-06-26 03:57:33 +02:00 committed by GitHub
parent 631257234c
commit 86134b66a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624104272585530600');
-- Correct position for Magister Duskwither
UPDATE `creature` SET `position_x` = 9026.383789, `position_y` = -7457.562988, `position_z` = 103.274475, `orientation` = 4.869936 WHERE (`id` = 15951) AND (`guid` IN (56398));