diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-13 11:52:03 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-09-13 11:52:03 +0200 |
| commit | c7639ca6a18385348d4033f763768673708504d9 (patch) | |
| tree | 8f7d2d970cae72b9ed04c12dff1b82387993ac72 | |
| parent | 8bb086ef231532b4422fb4393129086895a75d5e (diff) | |
SQL: Fix travis build
| -rw-r--r-- | sql/updates/world/2014_09_12_04_world_texts.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_09_12_04_world_texts.sql b/sql/updates/world/2014_09_12_04_world_texts.sql index 7fe155bc6b7..5f7177eb765 100644 --- a/sql/updates/world/2014_09_12_04_world_texts.sql +++ b/sql/updates/world/2014_09_12_04_world_texts.sql @@ -1,4 +1,4 @@ -DROP TABLE `db_script_string`; -- RIP +DROP TABLE IF EXISTS `db_script_string`; -- RIP UPDATE `waypoint_scripts` SET `dataint` = 5960 WHERE `dataint` = 2000005018; UPDATE `waypoint_scripts` SET `dataint` = 22392 WHERE `dataint` = 2000005019; |
