diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-10-09 01:28:28 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-10-09 01:28:28 +0200 |
| commit | 80233b5e8d85c74328ab0d94239ea128f214f55b (patch) | |
| tree | de95f5cb7508c1a487382c65c627ca973ce9c815 | |
| parent | 1d1a52cf14ab329d181e6cf7f0235ac26d22567c (diff) | |
DB/GameObject: Rune of Mazthoril LT
Closes #22597
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_08_11_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_08_11_world_335.sql b/sql/updates/world/3.3.5/2018_10_08_11_world_335.sql new file mode 100644 index 00000000000..0aeb9017027 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_08_11_world_335.sql @@ -0,0 +1,2 @@ +-- Rune of Mazthoril LT +UPDATE `gameobject` SET `position_x`=5893.48, `position_y`=-4054.75, `position_z`=596.385 WHERE `guid`=49001; |
