diff options
-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), |