diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-15 23:22:18 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-15 23:22:18 +0100 |
commit | ddd765359f2627bfb0845d063d77f07ac7043f2a (patch) | |
tree | 17715699e31ea6152e7cfd98a62f0bdcdc918e25 | |
parent | 4b8615e46800d79829c1308bb2614899fa368b6f (diff) |
SQL: Fix sql import problems
-rw-r--r-- | sql/updates/world/2013_01_15_03_world_misc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_01_15_03_world_misc.sql b/sql/updates/world/2013_01_15_03_world_misc.sql index e33b479c8a4..5de9e0ab13a 100644 --- a/sql/updates/world/2013_01_15_03_world_misc.sql +++ b/sql/updates/world/2013_01_15_03_world_misc.sql @@ -1,4 +1,4 @@ --- Reconnaissance Flight (12671) +-- Reconnaissance Flight (12671) SET @QUEST := 12671; SET @PLANE := 28710; -- Vic's Flying Machine |