mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
fix(DB/creature): corrected Magister Duskwither position (#6433)
This commit is contained in:
@@ -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));
|
||||
Reference in New Issue
Block a user