fix(DB/creature): spawn point of Vale Screecher (#7059)

This commit is contained in:
Asthalor
2021-07-25 00:45:36 +02:00
committed by GitHub
parent fa03541563
commit ba43d9ea30

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626865484901243200');
-- Changed the coords so it dont spawn inside terrain
UPDATE `creature` SET `position_x` = -5231.283, `position_y` = 1287.122, `position_z` = 55.708 WHERE (`id` = 5307) AND (`guid` = 51210);