mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
fix(DB/creature): Starting zones (#3763)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1606305620937620900');
|
||||
|
||||
/*
|
||||
* Update by Silker | <www.azerothcore.org> | Copyright (C)
|
||||
*/
|
||||
|
||||
UPDATE `creature` SET `position_x`=10329, `position_y`=826.056, `position_z`=1326.37, `orientation`=2.72516 WHERE `guid`=46205; -- Ilthalaine
|
||||
UPDATE `creature` SET `position_x`=-8933.93, `position_y`=-137.472, `position_z`=83.2960, `orientation`=2.2803 WHERE `guid`=79942; -- Deputy Willem
|
||||
|
||||
Reference in New Issue
Block a user