diff options
| author | ipriver <ipriver@users.noreply.github.com> | 2020-06-20 20:40:57 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 23:19:00 +0100 |
| commit | adc3eda443280e05a25b0a3a00e38e9b721f502f (patch) | |
| tree | 3ff8e595e2bcd70b6e8e273df7898a0dbc445107 | |
| parent | 81d6cde257f3e1849809c73de0b73fe177393f3f (diff) | |
DB/spell_target_position: Update position for Atiesh portal destination
Closes #24797
(cherry picked from commit 1e1c0d5e6fc621f541d5690ea6083ab351027535)
| -rw-r--r-- | sql/updates/world/master/2022_01_06_70_world_2020_06_20_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_70_world_2020_06_20_01_world.sql b/sql/updates/world/master/2022_01_06_70_world_2020_06_20_01_world.sql new file mode 100644 index 00000000000..7bbac8acbf4 --- /dev/null +++ b/sql/updates/world/master/2022_01_06_70_world_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; |
