fix(DB/creature): Fixed Anvilrage Taskmaster spawns inside Anvilrage Enforcer (#7129)

I changed just a bit the coords of the spawns that had issues

Co-authored-by: Lukas Volgger <55922592+LukasVolgger@users.noreply.github.com>
This commit is contained in:
Asthalor
2021-08-04 00:12:34 +02:00
committed by GitHub
parent 543a8257c0
commit d56f27edea

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627304134519639700');
-- Changed the coords just a bit to assure that no dwarf spawns in the same place as other
UPDATE `creature` SET `position_x` = -7183.29, `position_y` = -881.80, `position_z` = 163.93 WHERE (`id` = 24818) AND (`guid` = 4566);
UPDATE `creature` SET `position_x` = -7339.15, `position_y` = -1020.25, `position_z` = 178.65 WHERE (`id` = 24818) AND (`guid` = 5727);