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

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