diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-11-22 12:08:18 +0100 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2016-01-15 19:51:42 +0100 |
| commit | 1d23e1762c95aa0846fe2919cda01c60204bceea (patch) | |
| tree | ad4a5425b610a0e73d79641b3cfe8da67e10c2e5 | |
| parent | 10180c87923572b3c30b716454e71375b1bff444 (diff) | |
DB/Misc: Fix typo in 'OdesyusLanding'
By tkrokli, closes #15725
(cherry picked from commit 09b15428bc8854bd388d689e8ccf3ae9f9903d67)
| -rw-r--r-- | sql/updates/world/2016_01_15_02_world_2015_11_22_01.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_15_02_world_2015_11_22_01.sql b/sql/updates/world/2016_01_15_02_world_2015_11_22_01.sql new file mode 100644 index 00000000000..ba63c72ba16 --- /dev/null +++ b/sql/updates/world/2016_01_15_02_world_2015_11_22_01.sql @@ -0,0 +1,2 @@ +-- +UPDATE `game_tele` SET `name` = 'OdesyusLanding' WHERE `id` = 693; |
