diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-03-15 20:43:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-15 20:43:06 +0100 |
| commit | e6a70f2dcf0500fadae38ac8ba436e7249768c67 (patch) | |
| tree | b19263eb9efe862b3e32b30ae8b85d5bf6fcf8b9 | |
| parent | 1b76345607284cc8d5194439dcf9fb6cbd93451b (diff) | |
Update 2017_03_15_01_world.sql
I need to sleep more.
| -rw-r--r-- | sql/updates/world/master/2017_03_15_01_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2017_03_15_01_world.sql b/sql/updates/world/master/2017_03_15_01_world.sql index 493f134eaeb..ab3acc3dd9e 100644 --- a/sql/updates/world/master/2017_03_15_01_world.sql +++ b/sql/updates/world/master/2017_03_15_01_world.sql @@ -4,7 +4,7 @@ UPDATE `points_of_interest` SET `PositionX`=-1057.35,`PositionY`=-261.014 WHERE `ID`=285; UPDATE `points_of_interest` SET `PositionX`=-1116.56,`PositionY`=-45.6337 WHERE `ID`=292; DELETE FROM `points_of_interest` WHERE `ID` IN (500,501,502,503,600); -INSERT INTO `points_of_interest` (`ID`,`PositionX`,`PositionY`,`Icon`,`Flags`,`Data`,`Importance`,`VerifiedBuild`) VALUES +INSERT INTO `points_of_interest` (`ID`,`PositionX`,`PositionY`,`Icon`,`Flags`,`Importance`,`Name`,`VerifiedBuild`) VALUES (500,-1404.26,-130.934,7,99,0, 'Sunwalker Lodge',23420), (501,-1045.52,-266.559,7,99,0, 'Thunder Bluff Archaeology',23420), (502,-1266.255,139.4323,7,99,0, 'Thunder Bluff Engineering',23420), |
