fix(DB/Creature): Fixed spawn point of Scarlet High Clerist (#7140)

This commit is contained in:
Asthalor
2021-08-04 14:36:14 +02:00
committed by GitHub
parent bf84e72d60
commit 02f5ec4e6d

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627383748783756100');
-- Changed the spawn point of Scarlet High Clerist to the tower south of hearthglen
UPDATE `creature` SET `position_x` = 2703.07, `position_y` = -1951.61, `position_z` = 107.23 WHERE (`id` = 1839) AND (`guid` = 49764);