diff options
author | offl <offl@users.noreply.github.com> | 2021-08-05 01:11:00 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-08-05 01:11:00 +0300 |
commit | d058c8b98089af176cb04fb944cf1ce8b301bb78 (patch) | |
tree | b92221e35363d8f6c9a12247a968f3bb9a23faa8 | |
parent | 6eae715625cd4683ee6258b0c6e788a31c0f9d15 (diff) |
DB/Creature: Update position of Alowicious Czervik
-rw-r--r-- | sql/updates/world/3.3.5/2021_08_05_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_08_05_01_world.sql b/sql/updates/world/3.3.5/2021_08_05_01_world.sql new file mode 100644 index 00000000000..621deae728c --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_05_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x` = 1627.816, `position_y` = -4413.1665, `position_z` = 15.927063, `orientation` = 4.136430263519287109, `VerifiedBuild` = 11723 WHERE `id` = 14480; |