fix(DB/creature): spawn point of Vale Screecher (#7059)
This commit is contained in:
parent
fa03541563
commit
ba43d9ea30
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue