summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSilker <61223313+Si1ker@users.noreply.github.com>2020-11-25 16:11:59 -0600
committerGitHub <noreply@github.com>2020-11-25 16:11:59 -0600
commiteda61839134a24cff3b801f771f437979add7f71 (patch)
tree17e987eaf7e36bf51dfd855b444f35fae6f4e892 /data
parentf6d4ceeebc62d749208127badc212e8cf617c8f4 (diff)
fix(DB/creature): Starting zones (#3763)
Diffstat (limited to 'data')
-rw-r--r--data/sql/updates/pending_db_world/rev_1606305620937620900.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1606305620937620900.sql b/data/sql/updates/pending_db_world/rev_1606305620937620900.sql
new file mode 100644
index 0000000000..4dfb6c3aaf
--- /dev/null
+++ b/data/sql/updates/pending_db_world/rev_1606305620937620900.sql
@@ -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
+