From 202b01bd0f5b79e6f551b6113cd14024fc8e6062 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 17 Sep 2015 17:30:48 +0200 Subject: DB/Misc: Fix typo in a tele command for Royal Exchange By MrSmite, closes #15531 (cherry picked from commit c5cc7cca3e29e176b5ec0405a05c3db8e19c4e93) --- sql/updates/world/2015_10_30_20_world_2015_09_17_00.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_10_30_20_world_2015_09_17_00.sql (limited to 'sql') diff --git a/sql/updates/world/2015_10_30_20_world_2015_09_17_00.sql b/sql/updates/world/2015_10_30_20_world_2015_09_17_00.sql new file mode 100644 index 00000000000..db9da587517 --- /dev/null +++ b/sql/updates/world/2015_10_30_20_world_2015_09_17_00.sql @@ -0,0 +1,2 @@ +-- +UPDATE `game_tele` SET `name`='TheRoyalExchange' WHERE `name`='TheRoyalExhange'; -- cgit v1.2.3