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:
parent
543a8257c0
commit
d56f27edea
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue