diff options
author | PolarCookie <PolarCookie@users.noreply.github.com> | 2018-12-08 11:10:12 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-12-08 11:10:12 +0100 |
commit | 63d082557ed3cdf348d1e5a63a758ad517f759dc (patch) | |
tree | 1b993ab538bf8ecc8706f436416504f22638b96a | |
parent | d10dce6dac74a9e6c35823d56310864651b86439 (diff) |
DB/NPC: Vindicator Vedaar
Closes #22795
-rw-r--r-- | sql/updates/world/3.3.5/2018_12_08_41_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_08_41_world.sql b/sql/updates/world/3.3.5/2018_12_08_41_world.sql new file mode 100644 index 00000000000..ef137e1786f --- /dev/null +++ b/sql/updates/world/3.3.5/2018_12_08_41_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `position_x` = 2995.33, `position_y` = -3286.46, `position_z` = 158.186, `orientation` = 3.14159 WHERE `id` = 17303 |