diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-03-15 20:31:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 20:31:50 +0100 |
commit | 1b76345607284cc8d5194439dcf9fb6cbd93451b (patch) | |
tree | 7210fcd48723b935d940ec6c153d4acc19044f17 | |
parent | 7fcc359155ae8550ac54c670e49275a072f96326 (diff) |
Update 2017_03_15_01_world.sql
-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 1f0a46ae775..493f134eaeb 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`,`Name`,`VerifiedBuild`) VALUES +INSERT INTO `points_of_interest` (`ID`,`PositionX`,`PositionY`,`Icon`,`Flags`,`Data`,`Importance`,`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), |