mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-24 05:37:46 +00:00
Added MS Compilers package to let solution compile in VS2013. Added new sql files with Gridania NPCs. Added the new seamless boundry table.
This commit is contained in:
parent
63ac56224e
commit
b6c3c7f71c
11 changed files with 8223 additions and 8066 deletions
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
@ -13,6 +14,7 @@
|
|||
<FileAlignment>512</FileAlignment>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<NuGetPackageImportStamp>792e4711</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
@ -67,6 +69,12 @@
|
|||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props'))" />
|
||||
</Target>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Microsoft.Net.Compilers" version="2.0.0-beta3" targetFramework="net45" developmentDependency="true" />
|
||||
<package id="MySql.Data" version="6.9.8" targetFramework="net45" />
|
||||
<package id="NLog" version="4.3.5" targetFramework="net45" />
|
||||
</packages>
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
@ -26,6 +27,7 @@
|
|||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
<NuGetPackageImportStamp>cc1ba6f5</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
|
@ -135,6 +137,12 @@
|
|||
<PropertyGroup>
|
||||
<PostBuildEvent>copy "$(SolutionDir)data\lobby_config.ini" "$(SolutionDir)$(ProjectName)\$(OutDir)"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props'))" />
|
||||
</Target>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<packages>
|
||||
<package id="Cyotek.CircularBuffer" version="1.0.0.0" targetFramework="net45" />
|
||||
<package id="Dapper" version="1.42" targetFramework="net45" />
|
||||
<package id="Microsoft.Net.Compilers" version="2.0.0-beta3" targetFramework="net45" developmentDependency="true" />
|
||||
<package id="MySql.Data" version="6.9.8" targetFramework="net45" />
|
||||
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
|
||||
<package id="NLog" version="4.3.4" targetFramework="net45" />
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
@ -11,6 +12,7 @@
|
|||
<AssemblyName>FFXIVClassic Map Server</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<NuGetPackageImportStamp>1d22ec4a</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
|
@ -295,6 +297,12 @@
|
|||
<PropertyGroup>
|
||||
<PostBuildEvent>copy "$(SolutionDir)data\map_config.ini" "$(SolutionDir)$(ProjectName)\$(OutDir)"</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props'))" />
|
||||
</Target>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<packages>
|
||||
<package id="Cyotek.CircularBuffer" version="1.0.0.0" targetFramework="net45" />
|
||||
<package id="Dapper" version="1.42" targetFramework="net45" />
|
||||
<package id="Microsoft.Net.Compilers" version="2.0.0-beta3" targetFramework="net45" developmentDependency="true" />
|
||||
<package id="MoonSharp" version="1.2.1.0" targetFramework="net45" />
|
||||
<package id="MySql.Data" version="6.9.8" targetFramework="net45" />
|
||||
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
|
||||
|
|
File diff suppressed because it is too large
Load diff
38
sql/server_seamless_zonechange_bounds.sql
Normal file
38
sql/server_seamless_zonechange_bounds.sql
Normal file
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
MySQL Data Transfer
|
||||
Source Host: localhost
|
||||
Source Database: ffxiv_server
|
||||
Target Host: localhost
|
||||
Target Database: ffxiv_server
|
||||
Date: 8/14/2016 9:43:11 AM
|
||||
*/
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
-- ----------------------------
|
||||
-- Table structure for server_seamless_zonechange_bounds
|
||||
-- ----------------------------
|
||||
CREATE TABLE `server_seamless_zonechange_bounds` (
|
||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`regionId` int(10) unsigned NOT NULL,
|
||||
`zoneId1` int(10) unsigned NOT NULL,
|
||||
`zoneId2` int(10) unsigned NOT NULL,
|
||||
`zone1_boundingbox_x1` float NOT NULL,
|
||||
`zone1_boundingbox_y1` float NOT NULL,
|
||||
`zone1_boundingbox_x2` float NOT NULL,
|
||||
`zone1_boundingbox_y2` float NOT NULL,
|
||||
`zone2_boundingbox_x1` float NOT NULL,
|
||||
`zone2_boundingbox_x2` float NOT NULL,
|
||||
`zone2_boundingbox_y1` float NOT NULL,
|
||||
`zone2_boundingbox_y2` float NOT NULL,
|
||||
`merge_boundingbox_x1` float NOT NULL,
|
||||
`merge_boundingbox_y1` float NOT NULL,
|
||||
`merge_boundingbox_x2` float NOT NULL,
|
||||
`merge_boundingbox_y2` float NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
-- ----------------------------
|
||||
INSERT INTO `server_seamless_zonechange_bounds` VALUES ('1', '103', '155', '206', '115', '-1219', '55', '-1217', '33', '95', '-1279', '-1261', '55', '-1219', '95', '-1261');
|
||||
INSERT INTO `server_seamless_zonechange_bounds` VALUES ('2', '103', '155', '150', '255', '-1139', '304', '-1125', '304', '338', '-1066', '-1046', '255', '-1125', '338', '-1066');
|
|
@ -4,7 +4,7 @@ Source Host: localhost
|
|||
Source Database: ffxiv_server
|
||||
Target Host: localhost
|
||||
Target Database: ffxiv_server
|
||||
Date: 6/21/2016 11:00:17 PM
|
||||
Date: 8/14/2016 9:43:16 AM
|
||||
*/
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
|
@ -26,14 +26,14 @@ CREATE TABLE `server_spawn_locations` (
|
|||
`animationId` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`customDisplayName` varchar(32) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=630 DEFAULT CHARSET=latin1;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=729 DEFAULT CHARSET=latin1;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
-- ----------------------------
|
||||
INSERT INTO `server_spawn_locations` VALUES ('1', '2104001', 'wharf_rat', '128', '', '0', '-84.628', '54.497', '-3.52', '2.491', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('2', '2105701', 'sewer_mole', '128', '', '0', '-148.265', '25.623', '-130.56', '0.93', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('3', '2105701', 'sewer_mole', '128', '', '0', '-143.877', '32.978', '-104.431', '-2.156', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('1', '2104001', 'wharf_rat', '1', '', '0', '-84.628', '54.497', '-3.52', '2.491', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('2', '2105701', 'sewer_mole', '1', '', '0', '-148.265', '25.623', '-130.56', '0.93', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('3', '2105701', 'sewer_mole', '1', '', '0', '-143.877', '32.978', '-104.431', '-2.156', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('4', '1500001', 'piralnaut', '133', '', '0', '-460.18', '40', '179.68', '0.82', '0', '1040', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('5', '1000078', 'ashakkal', '133', '', '0', '-439.55', '40', '182.26', '-0.31', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('6', '1000137', 'baderon', '133', '', '0', '-428.06', '40.2', '185.96', '-1.37', '0', '1060', null);
|
||||
|
@ -134,7 +134,7 @@ INSERT INTO `server_spawn_locations` VALUES ('100', '1002113', 'flame_sergeant_g
|
|||
INSERT INTO `server_spawn_locations` VALUES ('101', '1090042', '', '175', '', '0', '-183.53', '193', '82.76', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('102', '1090059', '', '175', '', '0', '-183.92', '190.5', '99.04', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('103', '1090114', '', '175', '', '0', '-153.9', '185.65', '128.15', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('104', '1090265', '', '175', '', '0', '-235', '189', '50.5', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('104', '1090265', 'market_entrance_uldah', '175', '', '0', '-235', '189', '50.5', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('105', '1090375', '', '175', '', '0', '-66.1', '196', '48.94', '-1.7', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('106', '1090402', '', '175', '', '0', '-22.81', '196', '87.82', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('107', '1090460', 'wellhead_lift_lvl1', '175', '', '0', '-117.2', '198', '117.6', '0', '0', '0', null);
|
||||
|
@ -145,7 +145,7 @@ INSERT INTO `server_spawn_locations` VALUES ('111', '1200044', '', '175', '', '0
|
|||
INSERT INTO `server_spawn_locations` VALUES ('112', '1200194', 'task_board', '175', '', '0', '-50.24', '197.6', '58.94', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('113', '1200210', '', '175', '', '0', '-169.94', '191.8', '25.9', '0.523', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('114', '1200288', '', '175', '', '0', '-189.13', '190', '15.59', '-1.04', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('115', '1280031', 'aetheryte', '175', '', '0', '-240.45', '185.93', '-9.56', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('115', '1280031', 'uldah_aetheryte', '175', '', '0', '-240.45', '185.93', '-9.56', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('116', '1280031', '', '175', '', '0', '-240.45', '185.93', '-9.56', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('117', '1290004', '', '175', '', '0', '-239.02', '190', '55.67', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('118', '1500116', 'gogorano', '175', '', '0', '-77.82', '192.1', '4.29', '0.23', '0', '1040', null);
|
||||
|
@ -317,7 +317,7 @@ INSERT INTO `server_spawn_locations` VALUES ('283', '5900001', 'guild_min', '209
|
|||
INSERT INTO `server_spawn_locations` VALUES ('284', '5900001', 'east_of_goldcourt', '209', '', '0', '-37', '198', '154', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('285', '5900001', 'nw_of_guild_wvr', '209', '', '0', '-26', '201', '205', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('286', '5900001', 'guild_wvr', '209', '', '0', '40', '196', '248', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('287', '5900011', '', '209', '', '0', '-127', '271', '157', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('287', '5900011', 'uldah_mapshipport_1', '209', '', '0', '-127', '271', '157', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('288', '1000045', 'fabodji', '230', '', '0', '-587.95', '6', '429.28', '-0.94', '0', '2003', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('289', '1000049', 'jainelette', '230', '', '0', '-793.27', '10.35', '386.55', '1.7', '0', '2007', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('290', '1000050', 'robairlain', '230', '', '0', '-617.1', '11.84', '261.67', '1.6', '0', '2008', null);
|
||||
|
@ -530,7 +530,7 @@ INSERT INTO `server_spawn_locations` VALUES ('496', '5900001', 'guild_msk', '230
|
|||
INSERT INTO `server_spawn_locations` VALUES ('497', '5900001', 'marketward', '230', '', '0', '-774', '12', '288', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('498', '5900010', '', '230', '', '0', '-811.176', '8.03', '234.815', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('499', '5900012', '', '230', '', '0', '-806.893', '8.03', '240.885', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('500', '5900011', '', '230', '', '0', '-846.89', '5', '240', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('500', '5900011', 'limsa_shipport', '230', '', '0', '-846.89', '5', '240', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('501', '1000042', 'ascilia', '184', '', '0', '-1.5', '196', '124.5', '1.8', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('502', '1000186', 'warburton', '184', '', '0', '-0.2', '196', '123.26', '-0.8', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('503', '1001644', 'stocky_stranger', '184', '', '0', '12.18', '196', '133.42', '-1.26', '0', '1017', null);
|
||||
|
@ -572,80 +572,79 @@ INSERT INTO `server_spawn_locations` VALUES ('538', '1200376', '', '244', '', '0
|
|||
INSERT INTO `server_spawn_locations` VALUES ('539', '1200379', '', '244', '', '0', '155.97', '0', '165.14', '-1.65', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('540', '1200380', '', '244', '', '0', '-4.16', '0', '4.14', '-1.65', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('541', '1090264', '', '206', '', '0', '-192.57', '23.48', '-1407.58', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('542', '1001469', '', '206', '', '0', '-195.3', '23.96', '-1410.34', '0.98', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('543', '1290004', '', '206', '', '0', '-195.3', '23.96', '-1410.34', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('544', '1600089', '', '206', '', '0', '-202.69', '20', '-1456.36', '-2.69', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('545', '1000461', '', '206', '', '0', '-206.5', '20.5', '-1454.97', '-2.64', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('546', '1600019', '', '206', '', '0', '-208.47', '20', '-1456.54', '2.72', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('547', '1000236', '', '206', '', '0', '-205.68', '20', '-1454.72', '3.08', '0', '1017', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('548', '1000326', '', '206', '', '0', '-202.69', '20', '-1461.13', '1.84', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('549', '1000629', '', '206', '', '0', '-197.02', '18.42', '-1468.43', '1.08', '0', '2071', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('550', '1000074', '', '206', '', '0', '-200.76', '20', '-1465.8', '-1.15', '0', '10', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('551', '1001102', '', '206', '', '0', '-201.36', '17.99', '-1469.75', '2.28', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('542', '1001469', 'eldid', '206', '', '0', '-195.3', '23.96', '-1410.34', '0.98', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('543', '1290004', 'bgkeepout_market', '206', '', '0', '-195.3', '23.96', '-1410.34', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('544', '1600089', 'dbhonja', '206', '', '0', '-202.69', '20', '-1456.36', '-2.69', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('545', '1000461', 'kipopo', '206', '', '0', '-206.5', '20.5', '-1454.97', '-2.64', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('546', '1600019', 'gunzelin', '206', '', '0', '-208.47', '20', '-1456.54', '2.72', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('547', '1000236', 'opyltyl', '206', '', '0', '-205.68', '20', '-1454.72', '3.08', '0', '1017', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('548', '1000326', 'cicely', '206', '', '0', '-202.69', '20', '-1461.13', '1.84', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('549', '1000629', 'eburhart', '206', '', '0', '-197.02', '18.42', '-1468.43', '1.08', '0', '2071', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('550', '1000074', 'onguen', '206', '', '0', '-200.76', '20', '-1465.8', '-1.15', '0', '10', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('551', '1001102', 'sandre', '206', '', '0', '-201.36', '17.99', '-1469.75', '2.28', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('552', '5900001', 'guild_btn', '206', '', '0', '-206', '20', '-1466', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('553', '1090046', '', '206', '', '0', '-202.91', '18.09', '-1477.51', '-1.42', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('554', '1001103', '', '206', '', '0', '-211.76', '18.1', '-1473.52', '1.86', '0', '1271', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('554', '1001103', 'mestonnaux', '206', '', '0', '-211.76', '18.1', '-1473.52', '1.86', '0', '1271', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('555', '1090159', '', '206', '', '0', '-212.97', '18.2', '-1477.5', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('556', '1001101', '', '206', '', '0', '-200.33', '18.25', '-1484.97', '-2.49', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('557', '1001806', '', '206', '', '0', '-196.95', '18.21', '-1486.62', '0.13', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('558', '1001436', '', '206', '', '0', '-119.34', '16.24', '-1340.91', '-0.11', '0', '1056', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('556', '1001101', 'vnabyano', '206', '', '0', '-200.33', '18.25', '-1484.97', '-2.49', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('557', '1001806', 'enie', '206', '', '0', '-196.95', '18.21', '-1486.62', '0.13', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('558', '1001436', 'owyne', '206', '', '0', '-119.34', '16.24', '-1340.91', '-0.11', '0', '1056', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('559', '1090255', '', '206', '', '0', '-110.96', '16.96', '-1342.49', '-0.66', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('560', '1500324', '', '206', '', '0', '-106.59', '17.14', '-1341.73', '-2.62', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('560', '1500324', 'serpent_private_white', '206', '', '0', '-106.59', '17.14', '-1341.73', '-2.62', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('561', '1200288', '', '206', '', '0', '-105.7', '17.13', '-1342.14', '1.82', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('562', '1001437', '', '206', '', '0', '-112.2', '16.08', '-1334.29', '-1.61', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('563', '1280061', '', '206', '', '0', '-130.63', '16.08', '-1323.99', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('562', '1001437', 'sybell', '206', '', '0', '-112.2', '16.08', '-1334.29', '-1.61', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('563', '1280061', 'gridania_aetheryte', '206', '', '0', '-130.63', '16.08', '-1323.99', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('564', '5900001', 'whistling_miller', '206', '', '0', '-70', '19', '-1474', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('565', '1600030', '', '206', '', '0', '-61.5', '19', '-1479.4', '-1.1', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('566', '1500333', '', '206', '', '0', '-82.66', '19.06', '-1500.24', '-2.27', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('565', '1600030', 'littlejohn', '206', '', '0', '-61.5', '19', '-1479.4', '-1.1', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('566', '1500333', 'serpent_private_stone', '206', '', '0', '-82.66', '19.06', '-1500.24', '-2.27', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('567', '1200288', '', '206', '', '0', '-81.98', '19.06', '-1501.04', '-2.27', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('568', '1090445', '', '206', '', '0', '-63.56', '18.13', '-1565.32', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('569', '1090279', '', '206', '', '0', '-70.85', '17.43', '-1577.22', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('570', '1090466', '', '206', '', '0', '2.69', '22.13', '-1566.29', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('571', '1001431', '', '206', '', '0', '-90.54', '16.32', '-1603.25', '-0.37', '0', '1152', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('572', '1060022', '', '206', '', '0', '16.62', '22.24', '-1560.96', '-2.53', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('573', '1000630', '', '206', '', '0', '-1.75', '21.34', '-1597.88', '-0.07', '0', '2053', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('574', '1001183', '', '155', '', '0', '59.81', '4', '-1221.17', '0.87', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('575', '1200027', '', '155', '', '0', '55.82', '4', '-1216.88', '2.8', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('571', '1001431', 'genna', '206', '', '0', '-90.54', '16.32', '-1603.25', '-0.37', '0', '1152', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('572', '1060022', 'louisoix', '206', '', '0', '16.62', '22.24', '-1560.96', '-2.53', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('573', '1000630', 'noes', '206', '', '0', '-1.75', '21.34', '-1597.88', '-0.07', '0', '2053', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('574', '1001183', 'emoni', '155', '', '0', '59.81', '4', '-1221.17', '0.87', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('575', '1200027', 'retainerbell_gridania1', '155', '', '0', '55.82', '4', '-1216.88', '2.8', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('576', '1000458', 'vkorolon', '155', '', '0', '55.82', '4', '-1212.23', '1.91', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('577', '1600100', '', '155', '', '0', '55.34', '4', '-1210.62', '0.99', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('578', '1000456', '', '155', '', '0', '56.59', '4', '-1205.44', '2.4', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('577', '1600100', 'zagylhaemr', '155', '', '0', '55.34', '4', '-1210.62', '0.99', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('578', '1000456', 'tierney', '155', '', '0', '56.59', '4', '-1205.44', '2.4', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('579', '1099063', '', '155', '', '0', '67.09', '-6.8', '-1215.63', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('580', '1000457', '', '155', '', '0', '56.99', '4', '-1204.07', '1.01', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('581', '1002090', '', '155', '', '0', '53.78', '-7', '-1205.78', '1.54', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('582', '1002091', '', '155', '', '0', '69.21', '-7', '-1206.64', '-1.34', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('583', '1500055', '', '155', '', '0', '58.5', '-7', '-1202', '-1.9', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('580', '1000457', 'gontrant', '155', '', '0', '56.99', '4', '-1204.07', '1.01', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('581', '1002090', 'serpent_private_hodder', '155', '', '0', '53.78', '-7', '-1205.78', '1.54', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('582', '1002091', 'serpent_private_dauremant', '155', '', '0', '69.21', '-7', '-1206.64', '-1.34', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('583', '1500055', 'lionnellais', '155', '', '0', '58.5', '-7', '-1202', '-1.9', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('584', '1090490', '', '155', '', '0', '73.39', '-6.8', '-1208.94', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('585', '1500056', '', '155', '', '0', '63.7', '-7', '-1201.4', '1', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('586', '1600119', '', '155', '', '0', '55.36', '4', '-1197.47', '2.26', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('587', '1000230', '', '155', '', '0', '55.94', '4', '-1196.44', '1.67', '0', '1060', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('588', '1001184', '', '155', '', '0', '55.39', '4', '-1194.95', '1.09', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('589', '5900011', '', '155', '', '0', '54', '-7', '-1197', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('590', '5900011', '', '155', '', '0', '54', '-7', '-1197', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('591', '1600092', '', '155', '', '0', '72', '-7.4', '-1193', '-1.46', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('592', '1500393', '', '155', '', '0', '92.08', '3.44', '-1211.22', '0.05', '0', '1045', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('593', '1500334', '', '155', '', '0', '97.81', '3.53', '-1213.97', '-0.21', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('594', '1000437', '', '155', '', '0', '63.63', '4', '-1216.16', '1.07', '0', '1025', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('595', '1000427', '', '155', '', '0', '65.15', '4.2', '-1219.57', '2.42', '0', '1025', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('596', '1000429', '', '155', '', '0', '64.04', '4', '-1214.38', '3.14', '0', '1026', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('597', '1000428', '', '155', '', '0', '67.66', '4.2', '-1223.57', '-0.58', '0', '1016', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('598', '1001708', '', '155', '', '0', '54.04', '-7', '-1218.46', '-0.59', '0', '1151', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('599', '1001707', '', '155', '', '0', '64.18', '-6.8', '-1217.46', '0.6', '0', '1003', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('600', '1001709', '', '155', '', '0', '53.55', '-7', '-1216.54', '1.61', '0', '1151', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('601', '1001706', '', '155', '', '0', '65.26', '-6.75', '-1217.68', '0.5', '0', '1025', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('602', '1001710', '', '155', '', '0', '53.82', '-7', '-1213.1', '1.57', '0', '1056', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('603', '1000430', '', '155', '', '0', '67.34', '4', '-1208.33', '-2.63', '0', '1002', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('604', '1001459', '', '155', '', '0', '75.4', '4.2', '-1220.13', '-1.43', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('585', '1500056', 'hida', '155', '', '0', '63.7', '-7', '-1201.4', '1', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('586', '1600119', 'naih_khamazom', '155', '', '0', '55.36', '4', '-1197.47', '2.26', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('587', '1000230', 'miounne', '155', '', '0', '55.94', '4', '-1196.44', '1.67', '0', '1060', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('588', '1001184', 'gyles', '155', '', '0', '55.39', '4', '-1194.95', '1.09', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('589', '5900011', 'gridania_shipport', '155', '', '0', '54', '-7', '-1197', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('590', '5900011', 'gridania_shipport2', '155', '', '0', '54', '-7', '-1197', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('591', '1600092', 'aeduin', '155', '', '0', '72', '-7.4', '-1193', '-1.46', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('592', '1500393', 'torsefers', '155', '', '0', '92.08', '3.44', '-1211.22', '0.05', '0', '1045', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('593', '1500334', 'serpent_private_hill', '155', '', '0', '97.81', '3.53', '-1213.97', '-0.21', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('594', '1000437', 'edasshym', '155', '', '0', '63.63', '4', '-1216.16', '1.07', '0', '1025', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('595', '1000427', 'anene', '155', '', '0', '65.15', '4.2', '-1219.57', '2.42', '0', '1025', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('596', '1000429', 'honga_vunga', '155', '', '0', '64.04', '4', '-1214.38', '3.14', '0', '1026', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('597', '1000428', 'sylbyrt', '155', '', '0', '67.66', '4.2', '-1223.57', '-0.58', '0', '1016', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('599', '1001707', 'pfarahr', '155', '', '0', '64.18', '-6.8', '-1217.46', '0.6', '0', '1003', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('600', '1001709', 'fryswyde', '155', '', '0', '53.55', '-7', '-1216.54', '1.61', '0', '1151', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('601', '1001706', 'memama', '155', '', '0', '65.26', '-6.75', '-1217.68', '0.5', '0', '1025', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('602', '1001710', 'willielmus', '155', '', '0', '53.82', '-7', '-1213.1', '1.57', '0', '1056', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('603', '1000430', 'nonco_menanco', '155', '', '0', '67.34', '4', '-1208.33', '-2.63', '0', '1002', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('604', '1001459', 'flavielle', '155', '', '0', '75.4', '4.2', '-1220.13', '-1.43', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('605', '1099046', '', '155', '', '0', '72.19', '4', '-1207.91', '1.17', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('606', '1000431', '', '155', '', '0', '66.46', '4', '-1201.87', '-1.26', '0', '1026', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('607', '1000432', '', '155', '', '0', '66.15', '4', '-1199.99', '-2.93', '0', '1026', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('608', '1000434', '', '155', '', '0', '71.95', '4', '-1200.24', '-1', '0', '1025', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('609', '1000433', '', '155', '', '0', '75.45', '4', '-1202.3', '-2.06', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('606', '1000431', 'l\'tandhaa', '155', '', '0', '66.46', '4', '-1201.87', '-1.26', '0', '1026', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('607', '1000432', 'pofufu', '155', '', '0', '66.15', '4', '-1199.99', '-2.93', '0', '1026', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('608', '1000434', 'odilie', '155', '', '0', '71.95', '4', '-1200.24', '-1', '0', '1025', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('609', '1000433', 'drividot', '155', '', '0', '75.45', '4', '-1202.3', '-2.06', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('610', '1200195', 'task_board', '155', '', '0', '75.73', '5.5', '-1201.37', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('611', '1000435', '', '155', '', '0', '69.39', '4', '-1196.54', '2.97', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('612', '1000436', '', '155', '', '0', '62.33', '4', '-1194.06', '-2.53', '0', '1025', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('613', '1001951', '', '155', '', '0', '66.94', '4', '-1194.13', '-2.32', '0', '1016', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('614', '1700001', '', '155', '', '0', '58.08', '3.8', '-1183.33', '2.93', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('615', '1001708', '', '155', '', '0', '54.04', '-7', '-1218.46', '-0.59', '0', '1151', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('611', '1000435', 'basewin', '155', '', '0', '69.39', '4', '-1196.54', '2.97', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('612', '1000436', 'seikfrae', '155', '', '0', '62.33', '4', '-1194.06', '-2.53', '0', '1025', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('613', '1001951', 'anselm', '155', '', '0', '66.94', '4', '-1194.13', '-2.32', '0', '1016', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('614', '1700001', 'penelope', '155', '', '0', '58.08', '3.8', '-1183.33', '2.93', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('615', '1001708', 'beaudonet', '155', '', '0', '54.04', '-7', '-1218.46', '-0.59', '0', '1151', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('616', '1200378', '', '244', '', '0', '-164', '0', '-154.21', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('617', '1080120', '', '244', '', '0', '-4', '0.7', '-0.03', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('618', '1080120', '', '244', '', '0', '-161.5', '0.7', '-152.8', '0', '0', '0', null);
|
||||
|
@ -660,3 +659,99 @@ INSERT INTO `server_spawn_locations` VALUES ('626', '5900001', 'guild_arc', '206
|
|||
INSERT INTO `server_spawn_locations` VALUES ('627', '5900001', 'guild_cnj', '206', '', '0', '-325', '8', '-1669', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('628', '5900004', 'door1', '184', '', '0', '-14', '196', '112', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('629', '5900004', 'door2', '184', '', '0', '12', '196', '184', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('630', '5900011', 'uldah_mapshipport_2', '209', '', '0', '-127', '271', '157', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('631', '1000466', 'frances', '206', '', '0', '11.85', '8.75', '-1266.45', '1.48', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('632', '1200288', 'miniaeth_adv', '155', '', '0', '98.77', '3.59', '-1213.67', '2.47', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('633', '1200288', 'miniaeth_lnc', '206', '', '0', '164.52', '25.06', '-1557.47', '2.21', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('634', '1200288', 'miniaeth_ltw', '206', '', '0', '86.45', '20.16', '-1423.46', '-0.13', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('635', '1200288', 'miniaeth_arc', '206', '', '0', '202.02', '9.53', '-1246.36', '1.53', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('637', '1600017', 'osgar', '206', '', '0', '22.4', '8.75', '-1261.95', '-1.92', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('638', '1600034', 'goldyve', '206', '', '0', '46', '12.1', '-1310.1', '-1.75', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('639', '1600080', 'ulric', '206', '', '0', '10.31', '8.75', '-1258', '2.43', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('640', '1600035', 'roderic', '206', '', '0', '28.1', '12.05', '-1318', '0.68', '0', '1016', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('641', '1600033', 'bkonbalha', '206', '', '0', '23.5', '12', '-1314.2', '0.8', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('642', '1600024', 'foinine', '206', '', '0', '185', '27.7', '-1374.5', '1.3', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('643', '1600022', 'gagaulu', '206', '', '0', '196.7', '28.16', '-1370.25', '-1.97', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('644', '1600027', 'zelia', '206', '', '0', '187.8', '27.7', '-1382', '1.3', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('645', '1600076', 'doelle', '206', '', '0', '222.79', '12', '-1275.95', '0.77', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('646', '1600026', 'humphrey', '206', '', '0', '190.3', '27.7', '-1389.6', '1.2', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('647', '1600020', 'stanilde', '206', '', '0', '202.3', '27.7', '-1385.2', '-1.94', '0', '1017', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('648', '1600028', 'wulfthryth', '206', '', '0', '190.2', '27.7', '-1426.3', '1.89', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('649', '1600025', 'mumuko', '206', '', '0', '202.1', '28.15', '-1430.7', '-1.18', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('650', '1600029', 'beaudefoin', '206', '', '0', '187.7', '27.7', '-1433.9', '1.95', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('651', '1600032', 'animuili', '206', '', '0', '114', '20', '-1391', '-3.05', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('652', '1600021', 'matheonien', '206', '', '0', '184.6', '27.7', '-1441.3', '1.85', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('653', '1600023', 'ahldiym', '206', '', '0', '196.9', '27.7', '-1445.8', '-1.2', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('654', '1600031', 'twyrmoht', '206', '', '0', '136.01', '25', '-1530.8', '-3.13', '0', '1017', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('655', '1600075', 'roustebant', '206', '', '0', '172.26', '27.5', '-1586.4', '0.38', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('656', '1600018', 'spaerfedar', '206', '', '0', '93.11', '20', '-1451.79', '-1.87', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('657', '1600084', 'voyce', '206', '', '0', '98.67', '20', '-1453.98', '-2.11', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('658', '1600037', 'zaesoeya', '206', '', '0', '36', '17.29', '-1368', '0.32', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('659', '1600064', 'hfudzol', '206', '', '0', '32.52', '17.29', '-1359.72', '2.15', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('660', '1600036', 'yolaine', '206', '', '0', '36.55', '17.29', '-1357.4', '2.74', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('661', '1000462', 'clarembald', '206', '', '0', '179.15', '27.5', '-1579.22', '-1.66', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('662', '1000459', 'gallia', '206', '', '0', '98.44', '20', '-1458.68', '-0.67', '0', '1017', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('663', '1000464', 'cassandra', '206', '', '0', '233.02', '12', '-1267', '-1.63', '0', '1017', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('664', '1500115', 'meara', '206', '', '0', '204.21', '27.7', '-1438.26', '-1.5', '0', '1040', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('665', '1200027', 'retainerbell_gridania2', '206', '', '0', '190.95', '27.5', '-1401.98', '-2.71', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('666', '1080101', '', '206', '', '0', '68.44', '10.87', '-1244.42', '2.45', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('667', '1500061', 'fruhdhem', '206', '', '0', '65.02', '11.79', '-1241.79', '-2.76', '0', '2051', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('668', '1002106', 'serpent_lieutenant_marette', '206', '', '0', '33.7', '10.22', '-1294.37', '-1.59', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('669', '1200022', 'chocobo_standard', '206', '', '0', '66.73', '11.73', '-1242.08', '-2.89', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('670', '1200044', 'chocobo', '206', '', '0', '64.29', '11.79', '-1240.98', '-2.93', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('671', '1200209', 'specialevent_obj', '206', '', '0', '39', '10', '-1293', '-1.57', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('672', '1002109', 'serpent_sergeant_nelhah', '206', '', '0', '34.96', '9.84', '-1288.92', '-1.13', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('673', '1002107', 'serpent_sergeant_frilaix', '206', '', '0', '33.95', '9.85', '-1291.25', '-1.64', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('674', '1002108', 'serpent_private_tristelle', '206', '', '0', '33.45', '10.33', '-1295.4', '-1.49', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('675', '1000465', 'anaidjaa', '206', '', '0', '11.86', '8.75', '-1265.19', '1.66', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('676', '1000701', 'zuzupoja', '206', '', '0', '7.36', '8.75', '-1257.89', '-1.32', '0', '1017', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('677', '1001583', 'marcette', '206', '', '0', '22.84', '10.9', '-1306.83', '1.06', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('678', '1500294', 'gagaroon', '206', '', '0', '198.6', '25.21', '-1341.66', '2.79', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('679', '1001396', 'lefwyne', '206', '', '0', '180.42', '25.82', '-1400.37', '2.87', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('680', '1700038', 'aubrenard (check cnstctr)', '206', '', '0', '179.74', '25.82', '-1415.51', '-1.07', '0', '1040', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('681', '1080040', '', '206', '', '0', '108.78', '20', '-1467.61', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('682', '1001080', 'tatagoi', '206', '', '0', '106.26', '20', '-1472.57', '0.04', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('683', '1001081', 'khuma_moshroca', '206', '', '0', '105.99', '20', '-1478.71', '-0.8', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('684', '1001077', 'beli', '206', '', '0', '93.63', '20', '-1482.87', '0.8', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('685', '1001470', 'ylessa', '206', '', '0', '59.41', '28.32', '-1656.06', '0.38', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('686', '1290004', 'bgkeepout_lilyhills', '206', '', '0', '63.83', '30.98', '-1679.51', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('687', '1001582', 'swaenhylt', '206', '', '0', '17.61', '21.75', '-1432.55', '1.55', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('688', '1001078', 'maddeline', '206', '', '0', '91.44', '20', '-1464.58', '-0.93', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('689', '1001082', 'luilda', '206', '', '0', '91.83', '20', '-1467.93', '2.78', '0', '1043', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('690', '1500326', 'serpent_private_carver', '206', '', '0', '87.4', '20.16', '-1423.39', '-0.22', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('691', '1000231', 'hereward', '206', '', '0', '97.02', '20', '-1459.46', '-0.48', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('692', '1000067', 'dadalo', '206', '', '0', '100.79', '21.1', '-1466.96', '-2.1', '0', '2022', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('693', '1000066', 'alixe', '206', '', '0', '103.75', '20.4', '-1468.51', '2.18', '0', '2021', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('694', '1000068', 'kain', '206', '', '0', '100.33', '20.22', '-1482.5', '-0.5', '0', '2023', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('695', '1001189', 'pukiki', '206', '', '0', '33.04', '17.29', '-1366.27', '0.83', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('696', '1001079', 'drystbrod', '206', '', '0', '106.66', '22', '-1483.73', '-0.74', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('697', '1500325', 'serpent_private_holmes', '206', '', '0', '201.78', '9.53', '-1245.48', '1.53', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('698', '1001188', 'maisenta', '206', '', '0', '221.77', '9.4', '-1230.49', '-2.29', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('699', '1000463', 'nonolato', '206', '', '0', '232.88', '12.46', '-1268.94', '-1.38', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('700', '1000832', 'mianne', '206', '', '0', '238.73', '12', '-1266.18', '-1.6', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('701', '1000830', 'georjeaux', '206', '', '0', '241.71', '13', '-1264.63', '2.48', '0', '1016', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('702', '1000625', 'bubuku', '206', '', '0', '242.76', '13', '-1267.73', '1.57', '0', '2054', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('703', '1000829', 'odhinek', '206', '', '0', '241.82', '13', '-1276.62', '1.14', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('704', '1001175', 'chloe', '206', '', '0', '243.35', '12', '-1283.07', '0.54', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('705', '1000626', 'piers', '206', '', '0', '258.39', '14', '-1267.15', '-0.04', '0', '2058', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('706', '1000831', 'alaire', '206', '', '0', '263.37', '14.2', '-1273.47', '1.37', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('707', '1000568', 'luitfrid', '206', '', '0', '199.25', '27.9', '-1577.51', '-3.1', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('708', '1000567', 'dhemdaeg', '206', '', '0', '183.88', '27.5', '-1577.74', '0.83', '0', '1017', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('709', '1000243', 'burchard', '206', '', '0', '194.35', '27.9', '-1578.68', '3.13', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('710', '1000681', 'nuala', '206', '', '0', '195.17', '27.9', '-1578.8', '-2.27', '0', '1017', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('711', '1000569', 'haurtefert', '206', '', '0', '203.62', '29.5', '-1578.13', '-1.74', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('712', '1000242', 'willelda', '206', '', '0', '179.15', '27.5', '-1580.59', '-1.45', '0', '1017', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('713', '1000627', 'aerstsyn', '206', '', '0', '196.18', '27.9', '-1582.29', '1.55', '0', '2046', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('714', '1000570', 'zpahtalo', '206', '', '0', '203.5', '29.5', '-1585.41', '-1.49', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('715', '1000566', 'francis', '206', '', '0', '210.14', '29.7', '-1586.23', '-1.45', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('716', '1000069', 'jolline', '206', '', '0', '197.31', '27.9', '-1589.06', '1.55', '0', '2024', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('717', '1000599', 'jmoldva', '206', '', '0', '195.04', '27.9', '-1591.1', '-0.15', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('718', '1000565', 'ceinguled', '206', '', '0', '190.09', '27.5', '-1595.32', '-0.07', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('719', '1500127', 'prosperlain', '206', '', '0', '92.74', '24.92', '-1573.54', '1.97', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('720', '1500335', 'serpent_private_kirk', '206', '', '0', '163.75', '25.06', '-1558.3', '-1.17', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('721', '1000071', 'bertennant', '155', '', '0', '191.07', '-0.85', '-1147.25', '1.63', '0', '2026', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('722', '1001433', 'ulta', '155', '', '0', '192.07', '-0.85', '-1159.97', '0.78', '0', '1015', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('723', '1001432', 'mathye', '155', '', '0', '179.56', '2.75', '-1144.66', '-2.97', '0', '1041', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('724', '1000951', 'lonsygg', '155', '', '0', '162.79', '-1.48', '-1153.32', '1.94', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('727', '1200021', 'testship', '230', '', '0', '-897', '0', '239', '0', '0', '0', null);
|
||||
INSERT INTO `server_spawn_locations` VALUES ('728', '1200052', '', '155', '', '0', '100', '7', '-1200', '0', '0', '0', null);
|
||||
|
|
|
@ -4,7 +4,7 @@ Source Host: localhost
|
|||
Source Database: ffxiv_server
|
||||
Target Host: localhost
|
||||
Target Database: ffxiv_server
|
||||
Date: 6/12/2016 9:25:09 PM
|
||||
Date: 8/14/2016 9:43:28 AM
|
||||
*/
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
|
@ -42,7 +42,7 @@ INSERT INTO `server_zones` VALUES ('134', '202', 'sea0Market01', 'Market Wards',
|
|||
INSERT INTO `server_zones` VALUES ('135', '101', 'sea0Field04', 'Upper La Noscea', 'ZoneMasterSeaS0', '60', '60', '21', '0', '0', '1', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('137', '101', null, 'U\'Ghamaro Mines', '', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('138', '101', null, 'La Noscea', '', '60', '60', '21', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('139', '101', null, 'The Cieldalaes', '', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('139', '112', 'sea0Field01a', 'The Cieldalaes', 'ZoneMasterSeaS0', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('140', '101', null, 'Sailors Ward', '', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('141', '101', 'sea0Field01a', 'Lower La Noscea', 'ZoneMasterSeaS0', '60', '60', '21', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('143', '102', 'roc0Field01', 'Coerthas Central Highlands', 'ZoneMasterRocR0', '55', '55', '15', '0', '0', '1', '0', '0');
|
||||
|
@ -63,7 +63,7 @@ INSERT INTO `server_zones` VALUES ('158', '103', 'fst0Dungeon02', 'The Tam-Tara
|
|||
INSERT INTO `server_zones` VALUES ('159', '103', 'fst0Dungeon03', 'The Thousand Maws of Toto-Rak', 'ZoneMasterFstF0', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('160', '204', 'fst0Market01', 'Market Wards', 'ZoneMasterMarketFstF0', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('161', '103', null, 'Peasants Ward', '', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('162', '103', null, 'Central Shroud', '', '52', '52', '13', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('162', '103', 'fst0Field01a', 'Central Shroud', 'ZoneMasterFstF0', '52', '52', '13', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('164', '106', 'fst0Battle01', 'Central Shroud', 'ZoneMasterBattleFstF0', '0', '0', '13', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('165', '106', 'fst0Battle02', 'Central Shroud', 'ZoneMasterBattleFstF0', '0', '0', '13', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('166', '106', 'fst0Battle03', 'Central Shroud', 'ZoneMasterBattleFstF0', '0', '0', '13', '0', '0', '0', '0', '0');
|
||||
|
@ -99,16 +99,16 @@ INSERT INTO `server_zones` VALUES ('201', '111', null, '-', '', '0', '0', '0', '
|
|||
INSERT INTO `server_zones` VALUES ('204', '101', 'sea0Field02a', 'Western La Noscea', '', '60', '60', '21', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('205', '101', 'sea0Field03a', 'Eastern La Noscea', '', '60', '60', '21', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('206', '103', 'fst0Town01a', 'Gridania', 'ZoneMasterFstF0', '51', '51', '13', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('207', '103', null, 'North Shroud', '', '52', '52', '13', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('208', '103', null, 'South Shroud', '', '52', '52', '13', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('207', '103', 'fst0Field03a', 'North Shroud', 'ZoneMasterFstF0', '52', '52', '13', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('208', '103', 'fst0Field05a', 'South Shroud', 'ZoneMasterFstF0', '52', '52', '13', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('209', '104', 'wil0Town01a', 'Ul\'dah', 'ZoneMasterWilW0', '66', '66', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('210', '104', null, 'Eastern Thanalan', '', '68', '68', '25', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('211', '104', null, 'Western Thanalan', '', '68', '68', '25', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('230', '101', 'sea0Town01a', 'Limsa Lominsa', 'ZoneMasterSeaS0', '59', '59', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('231', '102', 'roc0Dungeon01', 'Dzemael Darkhold', '', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('232', '101', 'sea0Office01', 'Maelstrom Command', '', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('233', '104', 'wil0Office01', 'Hall of Flames', '', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('234', '103', 'fst0Office01', 'Adders\' Nest', '', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('232', '202', 'sea0Office01', 'Maelstrom Command', 'ZoneMasterOfficeSeaS0', '3', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('233', '205', 'wil0Office01', 'Hall of Flames', 'ZoneMasterOfficeWilW0', '4', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('234', '204', 'fst0Office01', 'Adders\' Nest', 'ZoneMasterOfficeFstF0', '2', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('235', '101', null, 'Shposhae', '', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('236', '101', null, 'Locke\'s Lie', '', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
INSERT INTO `server_zones` VALUES ('237', '101', null, 'Turtleback Island', '', '0', '0', '0', '0', '0', '0', '0', '0');
|
||||
|
|
|
@ -4,7 +4,7 @@ Source Host: localhost
|
|||
Source Database: ffxiv_server
|
||||
Target Host: localhost
|
||||
Target Database: ffxiv_server
|
||||
Date: 6/21/2016 11:00:04 PM
|
||||
Date: 8/14/2016 9:43:22 AM
|
||||
*/
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue