diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-11-22 12:08:18 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-11-22 12:08:18 +0100 |
commit | 09b15428bc8854bd388d689e8ccf3ae9f9903d67 (patch) | |
tree | 5e76e27a2767368b0997ceff8668b963cb67d52f | |
parent | e4e0acbe5e349eaf51b50b610300de96971f5347 (diff) |
DB/Misc: Fix typo in 'OdesyusLanding'
By tkrokli, closes #15725
-rw-r--r-- | sql/updates/world/2015_11_22_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_22_01_world.sql b/sql/updates/world/2015_11_22_01_world.sql new file mode 100644 index 00000000000..ba63c72ba16 --- /dev/null +++ b/sql/updates/world/2015_11_22_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `game_tele` SET `name` = 'OdesyusLanding' WHERE `id` = 693; |