diff options
author | Serpaa <Serpaa@users.noreply.github.com> | 2018-01-01 20:06:32 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-01-01 20:06:32 +0100 |
commit | 90f7fe609ac980883cab7dfd5eb68cf497f7bf92 (patch) | |
tree | 223af842e4f111692cb745a19e5dac4108084a29 | |
parent | 9c1e675590c1fa61a80b3f2c856aaf97c549f202 (diff) |
DB/Creature: Udalo
Closes #21109
-rw-r--r-- | sql/updates/world/3.3.5/2018_01_01_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_01_01_world.sql b/sql/updates/world/3.3.5/2018_01_01_01_world.sql new file mode 100644 index 00000000000..32bd6c76e67 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_01_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x`=469.25, `position_y`=12.05, `position_z`=49.299, `orientation`=1.5708 WHERE `guid`=10997 AND `id`=21962; |