fix(DB/Creature): Fixed spawn point of Scarlet High Clerist (#7140)
This commit is contained in:
parent
bf84e72d60
commit
02f5ec4e6d
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue