diff options
| author | ipriver <ipriver@users.noreply.github.com> | 2020-06-20 20:40:57 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-06-20 20:40:57 +0200 |
| commit | 1e1c0d5e6fc621f541d5690ea6083ab351027535 (patch) | |
| tree | 7e637b101b42531a79318121d39d1bd85cf6a43f | |
| parent | 75bc0f6771e6fe744123c1bb865469c585e1d31b (diff) | |
DB/spell_target_position: Update position for Atiesh portal destination
Closes #24797
| -rw-r--r-- | sql/updates/world/3.3.5/2020_06_20_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_06_20_01_world.sql b/sql/updates/world/3.3.5/2020_06_20_01_world.sql new file mode 100644 index 00000000000..dca3b40208c --- /dev/null +++ b/sql/updates/world/3.3.5/2020_06_20_01_world.sql @@ -0,0 +1,2 @@ +-- spell 28147, values copied from classic dbs +UPDATE `spell_target_position` SET `mapid` = 0, `positionx` = -11123.3, `positiony` = -2014.44, `positionz` = 47.0927, `orientation` = 0.675977 WHERE `id` = 28147; |
